Test masks and finish implementing armor
This commit is contained in:
@@ -5,4 +5,6 @@ public interface IArmor : IEquipableItem, IAugmentableItem
|
||||
public void IncreaseArmorDefense(int bonus);
|
||||
|
||||
public void DecreaseArmorDefense(int lowerAmount);
|
||||
|
||||
public ArmorTag ArmorTag { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user