Gen7Data/Scripts/Interfaces/DamageSource.astypedef

6 lines
67 B
Plaintext
Raw Normal View History

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