Gen7Data/Scripts/Interfaces/BattleParty.astypedef

4 lines
54 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type BattleParty {
Party@ Party { get const; };
}