Pokemon Unity
A pokemon clone made using Unity
|
Public Attributes | |
string | name |
int | hp |
int | level |
int | exp |
ConditionID? | statusID |
List< MoveSaveData > | moves |
Definition at line 388 of file Pokemon.cs.
int PokemonSaveData.exp |
Definition at line 393 of file Pokemon.cs.
int PokemonSaveData.hp |
Definition at line 391 of file Pokemon.cs.
int PokemonSaveData.level |
Definition at line 392 of file Pokemon.cs.
List<MoveSaveData> PokemonSaveData.moves |
Definition at line 395 of file Pokemon.cs.
string PokemonSaveData.name |
Definition at line 390 of file Pokemon.cs.
ConditionID? PokemonSaveData.statusID |
Definition at line 394 of file Pokemon.cs.