Gen7Data/Scripts/Interfaces/Party.as

5 lines
93 B
ActionScript

shared interface Party {
Pokemon@ GetAtIndex(int index) const;
int Length { get const; }
}