A lot more work on a bunch of different parts of the system.
This commit is contained in:
5
src/dynamic_data/models/damage_source.rs
Normal file
5
src/dynamic_data/models/damage_source.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum DamageSource {
|
||||
AttackDamage = 0,
|
||||
Misc = 1,
|
||||
}
|
||||
Reference in New Issue
Block a user