Map Triggers

This commit is contained in:
Marco 2025-06-18 11:33:27 +02:00
commit 054c0998ad
34 changed files with 5896 additions and 477 deletions

View file

@ -3,6 +3,7 @@
public interface IActivable
{
bool Activate(ActivationType activationType = ActivationType.Toggle);
void Toggle();
}
public enum ActivationType