add a font

This commit is contained in:
ntr
2019-01-19 20:24:19 +11:00
parent 607cb4de1c
commit d102348d91
6 changed files with 28 additions and 21 deletions
+5
View File
@@ -24,8 +24,13 @@ pub enum ItemAction {
RerollArmour,
RerollSpellShield,
RerollEvasion,
SpecPhysDmg5,
SpecSpellDmg5,
SpecArmour5,
SpecSpellShield5,
SpecSpellEvasion5,
SpecSpellDmg5,
}
#[derive(Debug,Clone,Copy,PartialEq,Serialize,Deserialize)]