Gen7Data/Scripts/Interfaces/AttackUseHistory.astypedef

8 lines
249 B
Plaintext

type AttackUseHistory {
const HistoryElement@ Previous { get const; };
HistoryElementKind Kind { get const; };
uint TurnNumber { get const; };
const HistoryElement@ opImplCast() const;
const ExecutingMove@ Move { get const; };
}