Gen7Data/Scripts/Interfaces/Party.astypedef

6 lines
143 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type Party {
const narray<Pokemon@>@ Pokemon { get const; };
uint64 Length { get const; };
Pokemon@ GetAtIndex(int index) const;
}