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

8 lines
118 B
C#

namespace Pinwheel.Griffin.PaintTool
{
public enum GObjectPaintingMode
{
Spawn, Scale, Custom
}
}