Gen7Data/Scripts/Interfaces/HistoryElement.astypedef

8 lines
240 B
Plaintext

type HistoryElement {
const HistoryElement@ Previous { get const; };
HistoryElementKind Kind { get const; };
uint TurnNumber { get const; };
const DamageHistory@ opCast() const;
const AttackUseHistory@ opCast() const;
}