Interface CurrentEquipment

interface CurrentEquipment {
    boots: Boots;
    shield: Shield;
    sword: Sword;
    tunic: Tunic;
}

Properties

Properties

boots: Boots
shield: Shield
sword: Sword
tunic: Tunic