Switch to astypedef, adds unit tests
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
7
Scripts/Interfaces/TurnChoiceKind.astypedef
Normal file
7
Scripts/Interfaces/TurnChoiceKind.astypedef
Normal file
@@ -0,0 +1,7 @@
|
||||
enum TurnChoiceKind {
|
||||
Pass = 0,
|
||||
Attack = 1,
|
||||
Item = 2,
|
||||
Switch = 3,
|
||||
Flee = 4,
|
||||
}
|
||||
Reference in New Issue
Block a user