Gen7Data/Scripts/Interfaces/HistoryElement.astypedef

5 lines
109 B
Plaintext

type HistoryElement {
const DamageHistory@ opCast() const;
const AttackUseHistory@ opCast() const;
}