mirror of
https://github.com/kwsch/pkNX.git
synced 2026-04-13 05:05:56 -05:00
11 lines
174 B
C#
11 lines
174 B
C#
namespace pkNX.Randomization
|
|
{
|
|
public enum MoveRandType
|
|
{
|
|
None,
|
|
RandomMoves,
|
|
LevelUpMoves,
|
|
HighPowered,
|
|
MetronomeOnly,
|
|
}
|
|
} |