Boxswitch with state

This commit is contained in:
MaddoScientisto 2025-03-13 21:11:53 +01:00
commit 87645f2617
14 changed files with 278 additions and 37 deletions

View file

@ -0,0 +1,9 @@
namespace Cirno.Scripts.Enums;
public enum SwitchState
{
On,
Off,
Destroyed,
Disabled
}