Gen7Data/Scripts/Interfaces/BattleHistory.astypedef

6 lines
202 B
Plaintext

type BattleHistory {
const HistoryElement@ TopElement { get const; };
const AttackUseHistory@ GetLastUsedAttack() const;
const DamageHistory@ GetLastDamageOnTarget(Pokemon@ target) const;
}