Files
2026-07-09 21:33:33 +02:00

10 lines
133 B
C#

namespace VOID.Generic.Dict
{
public enum Direction2D
{
Forward,
Right,
Back,
Left
}
}