Gen7Data/Scripts/Interfaces/DamageSource.astypedef

5 lines
56 B
Plaintext

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