Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/SRDebugger/PinAlignment.cs
2026-02-21 16:45:37 +08:00

11 lines
124 B
C#

namespace SRDebugger
{
public enum PinAlignment
{
TopLeft = 0,
TopRight = 1,
BottomLeft = 2,
BottomRight = 3
}
}