mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-07 09:55:55 +00:00
Openable doors
This commit is contained in:
parent
fa954af626
commit
447a43eda2
14 changed files with 319 additions and 32 deletions
6
Scripts/IActivable.cs
Normal file
6
Scripts/IActivable.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace Cirno.Scripts;
|
||||
|
||||
public interface IActivable
|
||||
{
|
||||
void Activate();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue