Gen7Data/Scripts/Interfaces/DamageSource.astypedef

5 lines
56 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
enum DamageSource {
AttackDamage = 0,
Struggle = 1,
}