6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
enum DamageSource {
|
|
AttackDamage = 0,
|
|
Misc = 1,
|
|
Struggle = 2,
|
|
}
|