Gen7Data/Scripts/Interfaces/DamageSource.astypedef
Deukhoofd 40dcd8a407
Some checks failed
continuous-integration/drone/push Build is failing
Switch to astypedef, adds unit tests
2021-10-23 14:20:18 +02:00

5 lines
56 B
Plaintext

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