6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
type Party {
|
|
const narray<Pokemon@>@ Pokemon { get const; };
|
|
uint64 Length { get const; };
|
|
Pokemon@ GetAtIndex(int index) const;
|
|
}
|