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

11 lines
115 B
C#

namespace AmplifyImpostors
{
public enum TextureScale
{
Full = 1,
Half = 2,
Quarter = 4,
Eighth = 8
}
}