typed Open trigger

This commit is contained in:
MaddoScientisto 2025-06-27 21:28:01 +02:00
commit 4abf28066a
23 changed files with 2018 additions and 1440 deletions

View file

@ -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
}