I get this 4 errors
Code: Select all
Assets/Dialogue System/Third Party Support/RPG Kit/Scripts/RPGKitBridge.cs(34,31): error CS0246: The type or namespace name `InventoryContainer' could not be found. Are you missing a using directive or an assembly reference?
Code: Select all
Assets/Dialogue System/Third Party Support/RPG Kit/Scripts/RPGKitBridge.cs(96,31): error CS0246: The type or namespace name `AttributeHandler' could not be found. Are you missing a using directive or an assembly reference?
Code: Select all
Assets/Dialogue System/Third Party Support/RPG Kit/Scripts/RPGKitBridge.cs(100,31): error CS0246: The type or namespace name `EquipmentHandler' could not be found. Are you missing a using directive or an assembly reference?
Code: Select all
Assets/Dialogue System/Third Party Support/RPG Kit/Scripts/UI/RPGKitDialogueUI.cs(16,25): error CS0246: The type or namespace name `MessageHandler' could not be found. Are you missing a using directive or an assembly reference?