8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
enum TurnChoiceKind {
|
|
Pass = 0,
|
|
Attack = 1,
|
|
Item = 2,
|
|
Switch = 3,
|
|
Flee = 4,
|
|
}
|