mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 00:56:31 +02:00
9 lines
109 B
C#
9 lines
109 B
C#
namespace YesNt.Interpreter.Enums;
|
|
|
|
public enum SpaceAround
|
|
{
|
|
StartEnd,
|
|
Start,
|
|
End,
|
|
None
|
|
} |