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

9 lines
88 B
C#

namespace AmplifyImpostors
{
public enum TextureChannels
{
RGBA = 0,
RGB = 1
}
}