Upload project files
This commit is contained in:
9
Runtime/Cloner/Enums/GridShape.cs
Normal file
9
Runtime/Cloner/Enums/GridShape.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Misaki.ArtTool
|
||||
{
|
||||
public enum GridShape
|
||||
{
|
||||
Cube,
|
||||
Sphere,
|
||||
Cylinder
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user