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:
17
Scripts/Interfaces/EvolutionMethod.astypedef
Normal file
17
Scripts/Interfaces/EvolutionMethod.astypedef
Normal file
@@ -0,0 +1,17 @@
|
||||
enum EvolutionMethod {
|
||||
Level = 0,
|
||||
HighFriendship = 1,
|
||||
HighFriendshipTime = 2,
|
||||
KnownMove = 3,
|
||||
LocationBased = 4,
|
||||
TimeBased = 5,
|
||||
HoldsItem = 6,
|
||||
HoldsItemTime = 7,
|
||||
IsGenderAndLevel = 8,
|
||||
EvolutionItemUse = 9,
|
||||
EvolutionItemUseWithGender = 10,
|
||||
Trade = 11,
|
||||
TradeWithHeldItem = 12,
|
||||
TradeWithSpecificPokemon = 13,
|
||||
Custom = 14,
|
||||
}
|
||||
Reference in New Issue
Block a user