mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 01:35:54 +00:00
Teleporters
This commit is contained in:
parent
e86e9a2bf7
commit
7db0e8f5b6
12 changed files with 215 additions and 19 deletions
|
|
@ -2,5 +2,14 @@
|
|||
|
||||
public interface IActivable
|
||||
{
|
||||
void Activate();
|
||||
void Activate(ActivationType activationType = ActivationType.Toggle);
|
||||
}
|
||||
|
||||
public enum ActivationType
|
||||
{
|
||||
Toggle,
|
||||
Enable,
|
||||
Disable,
|
||||
Use,
|
||||
Destroy
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue