parent
0cce1fdda2
commit
bb5d9d64fe
src/Battling/Pokemon
|
@ -24,7 +24,7 @@ namespace PkmnLib::Battling {
|
|||
ToLearnMethod() : Move(nullptr), LearnMethod(CreatureLib::Battling::AttackLearnMethod::Unknown){};
|
||||
};
|
||||
Arbutils::Collections::List<ToLearnMethod> _attacks;
|
||||
size_t _currentMove = 0;
|
||||
uint8_t _currentMove = 0;
|
||||
|
||||
uint8_t _ivHp = 0;
|
||||
uint8_t _ivAttack = 0;
|
||||
|
|
Loading…
Reference in New Issue