Files
2026-02-21 16:45:37 +08:00

7 lines
61 B
C#

public enum MegaAlter
{
Offset = 0,
Scale = 1,
Both = 2
}