mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 07:08:39 +00:00
Moving FSM Elevator
This commit is contained in:
parent
eef9bc71c1
commit
8b378abef3
22 changed files with 349 additions and 16 deletions
11
Scripts/Enums/ElevatorState.cs
Normal file
11
Scripts/Enums/ElevatorState.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace Cirno.Scripts.Enums;
|
||||
|
||||
public enum ElevatorState
|
||||
{
|
||||
Init,
|
||||
Bottom,
|
||||
Top,
|
||||
Ascending,
|
||||
Descending,
|
||||
Disabled,
|
||||
}
|
||||
1
Scripts/Enums/ElevatorState.cs.uid
Normal file
1
Scripts/Enums/ElevatorState.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://dio7irf4in3us
|
||||
Loading…
Add table
Add a link
Reference in a new issue