mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-05 19:35:55 +00:00
Directional computers
This commit is contained in:
parent
72ce9fb932
commit
7ec45b56b1
13 changed files with 164 additions and 46 deletions
9
Scripts/Enums/Direction.cs
Normal file
9
Scripts/Enums/Direction.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Cirno.Scripts.Enums;
|
||||
|
||||
public enum Direction
|
||||
{
|
||||
Up,
|
||||
Down,
|
||||
Left,
|
||||
Right,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue