8 lines
118 B
C#
8 lines
118 B
C#
|
namespace Pinwheel.Griffin.PaintTool
|
||
|
{
|
||
|
public enum GObjectPaintingMode
|
||
|
{
|
||
|
Spawn, Scale, Custom
|
||
|
}
|
||
|
}
|