4 lines
62 B
ActionScript
4 lines
62 B
ActionScript
|
shared interface BattleParty {
|
||
|
Party@ Party { get const; }
|
||
|
}
|