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:
6
Scripts/Interfaces/SwitchTurnChoice.astypedef
Normal file
6
Scripts/Interfaces/SwitchTurnChoice.astypedef
Normal file
@@ -0,0 +1,6 @@
|
||||
type SwitchTurnChoice {
|
||||
TurnChoiceKind Kind { get const; };
|
||||
const Pokemon@ User { get const; };
|
||||
Pokemon@ NewPokemon { get const; };
|
||||
BaseTurnChoice@ opImplCast();
|
||||
}
|
||||
Reference in New Issue
Block a user