Gen7Data/Scripts/Interfaces/DamageLibrary.as

4 lines
59 B
ActionScript
Raw Normal View History

shared interface DamageLibrary {
int GetDamage() const;
}