7 lines
61 B
C#
7 lines
61 B
C#
public enum MegaAlter
|
|
{
|
|
Offset = 0,
|
|
Scale = 1,
|
|
Both = 2
|
|
}
|