This commit is contained in:
@@ -17,6 +17,8 @@ type Pokemon {
|
||||
BattleSide@ BattleSide { get const; };
|
||||
const constString& Status { get const; };
|
||||
const narray<LearnedMove@>@ Moves { get const; };
|
||||
float Weight { get const; set; };
|
||||
float Height { get const; set; };
|
||||
bool HasHeldItem(const constString &in name) const;
|
||||
void SetHeldItem(const constString &in name);
|
||||
void SetHeldItem(const Item@ item);
|
||||
|
||||
Reference in New Issue
Block a user