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

12
Scripts/ActivationType.cs Normal file
View file

@ -0,0 +1,12 @@
namespace Cirno.Scripts;
public enum ActivationType
{
Toggle,
Enable,
Disable,
Use,
Destroy,
Open,
Close
}