7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
type BattleRandom {
|
|
bool EffectChance(float chance, ExecutingMove@ move, Pokemon@ target);
|
|
int Get();
|
|
int Get(int max);
|
|
int Get(int min, int max);
|
|
}
|