Switch to astypedef, adds unit tests
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
4
Scripts/Interfaces/DamageSource.astypedef
Normal file
4
Scripts/Interfaces/DamageSource.astypedef
Normal file
@@ -0,0 +1,4 @@
|
||||
enum DamageSource {
|
||||
AttackDamage = 0,
|
||||
Struggle = 1,
|
||||
}
|
||||
Reference in New Issue
Block a user