10 lines
114 B
C#
10 lines
114 B
C#
namespace Misaki.ArtTool
|
|
{
|
|
public enum GridShape
|
|
{
|
|
Cube,
|
|
Sphere,
|
|
Cylinder
|
|
}
|
|
}
|