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:
14
Scripts/Interfaces/MoveTarget.astypedef
Normal file
14
Scripts/Interfaces/MoveTarget.astypedef
Normal file
@@ -0,0 +1,14 @@
|
||||
enum MoveTarget {
|
||||
Adjacent = 0,
|
||||
AdjacentAlly = 1,
|
||||
AdjacentAllySelf = 2,
|
||||
AdjacentOpponent = 3,
|
||||
All = 4,
|
||||
AllAdjacent = 5,
|
||||
AllAdjacentOpponent = 6,
|
||||
AllAlly = 7,
|
||||
AllOpponent = 8,
|
||||
Any = 9,
|
||||
RandomOpponent = 10,
|
||||
Self = 11,
|
||||
}
|
||||
Reference in New Issue
Block a user