Gen7Data/Scripts/Interfaces/TurnChoiceKind.as

8 lines
90 B
ActionScript

shared enum TurnChoiceKind {
Pass = 0,
Attack = 1,
Item = 2,
Switch = 3,
Flee = 4,
}