Gen7Data/Scripts/Interfaces/Party.as

5 lines
93 B
ActionScript
Raw Normal View History

2021-05-13 12:32:56 +00:00
shared interface Party {
Pokemon@ GetAtIndex(int index) const;
int Length { get const; }
}