BITFALL/Assets/Polaris - Low Poly Ecosystem/Polaris - Low Poly Terrain .../Runtime/Scripts/DataTool/GBitDepth.cs

8 lines
98 B
C#

namespace Pinwheel.Griffin.DataTool
{
public enum GBitDepth
{
Bit8, Bit16
}
}