mirror of
https://github.com/kwsch/pkNX.git
synced 2026-03-24 19:24:39 -05:00
11 lines
169 B
C#
11 lines
169 B
C#
namespace pkNX.Randomization
|
|
{
|
|
public enum MoveRandType
|
|
{
|
|
None,
|
|
Random,
|
|
CurrentMoves,
|
|
HighPowered,
|
|
MetronomeOnly,
|
|
}
|
|
} |