9 lines
102 B
C#
9 lines
102 B
C#
namespace Misaki.ArtTool
|
|
{
|
|
public enum CloneMode
|
|
{
|
|
Iterate,
|
|
Random
|
|
}
|
|
}
|