Gen7Data/Scripts/Interfaces/Party.astypedef

6 lines
143 B
Plaintext

type Party {
const narray<Pokemon@>@ Pokemon { get const; };
uint64 Length { get const; };
Pokemon@ GetAtIndex(int index) const;
}