Gen7Data/Scripts/Interfaces/DamageSource.astypedef

6 lines
67 B
Plaintext

enum DamageSource {
AttackDamage = 0,
Misc = 1,
Struggle = 2,
}