BITFALL/Assets/Plugins/Polaris - Low Poly Ecosystem/Polaris - Low Poly Terrain .../Runtime/Scripts/PaintTool/ObjectPainters/GObjectPaintingMode.cs

10 lines
137 B
C#

#if GRIFFIN
namespace Pinwheel.Griffin.PaintTool
{
public enum GObjectPaintingMode
{
Spawn, Scale, Custom
}
}
#endif