Gen7Data/Scripts/Interfaces/DamageSource.as

5 lines
63 B
ActionScript

shared enum DamageSource {
AttackDamage = 0,
Struggle = 1,
}