Gen7Data/Scripts/Interfaces/BattleRandom.astypedef

7 lines
165 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type BattleRandom {
bool EffectChance(float chance, ExecutingMove@ move, Pokemon@ target);
int Get();
int Get(int max);
int Get(int min, int max);
}