mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
typed Open trigger
This commit is contained in:
parent
1907a38575
commit
4abf28066a
23 changed files with 2018 additions and 1440 deletions
|
|
@ -4,15 +4,4 @@ public interface IActivable
|
|||
{
|
||||
bool Activate(ActivationType activationType = ActivationType.Toggle);
|
||||
void Toggle();
|
||||
}
|
||||
|
||||
public enum ActivationType
|
||||
{
|
||||
Toggle,
|
||||
Enable,
|
||||
Disable,
|
||||
Use,
|
||||
Destroy,
|
||||
Open,
|
||||
Close
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue