8 lines
151 B
C#
8 lines
151 B
C#
namespace Pinwheel.Griffin.PaintTool
|
|
{
|
|
public enum GFoliagePaintingMode
|
|
{
|
|
PaintTree, ScaleTree, PaintGrass, ScaleGrass, Custom
|
|
}
|
|
}
|