4 lines
59 B
ActionScript
4 lines
59 B
ActionScript
|
shared interface DamageLibrary {
|
||
|
int GetDamage() const;
|
||
|
}
|