5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
|
enum MoveLearnMethod {
|
||
|
Unknown = 0,
|
||
|
Level = 1,
|
||
|
}
|