Pokemon Unity
A pokemon clone made using Unity
|
The StatBoost class holds data for stat boosts for pokemon More...
Public Attributes | |
Stat | stat |
int | boost |
The StatBoost class holds data for stat boosts for pokemon
Definition at line 5 of file StatBoost.cs.
int StatBoost.boost |
Definition at line 8 of file StatBoost.cs.
Stat StatBoost.stat |
Definition at line 7 of file StatBoost.cs.