mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 09:15:55 +00:00
Boxswitch with state
This commit is contained in:
parent
036a36a80f
commit
87645f2617
14 changed files with 278 additions and 37 deletions
9
Scripts/Enums/SwitchState.cs
Normal file
9
Scripts/Enums/SwitchState.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Cirno.Scripts.Enums;
|
||||
|
||||
public enum SwitchState
|
||||
{
|
||||
On,
|
||||
Off,
|
||||
Destroyed,
|
||||
Disabled
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue