This website requires JavaScript.
Explore
Help
Sign In
Deukhoofd
/
Gen7Data
Watch
1
Star
0
Fork
You've already forked Gen7Data
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
8d6ee4008c
Gen7Data
/
Scripts
/
Interfaces
/
TurnChoiceKind.astypedef
8 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Switch to astypedef, adds unit tests
2021-10-23 12:20:18 +00:00
enum TurnChoiceKind {
Implements core interfaces for better language server compiles.
2020-09-19 15:44:06 +00:00
Pass = 0,
Attack = 1,
Item = 2,
Switch = 3,
Flee = 4,
}