5 lines
93 B
ActionScript
5 lines
93 B
ActionScript
|
shared interface Party {
|
||
|
Pokemon@ GetAtIndex(int index) const;
|
||
|
int Length { get const; }
|
||
|
}
|