Gen7Data/Scripts/Interfaces/BattleRandom.astypedef

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);
}