diff --git a/Assets/Scripts/Consumable.cs b/Assets/Scripts/Consumable.cs index 247564f..ef97614 100644 --- a/Assets/Scripts/Consumable.cs +++ b/Assets/Scripts/Consumable.cs @@ -1,7 +1,7 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; -using System; +using System; //Exceptions //Represents consumable : sprite and informations public class Consumable //: MonoBehaviour diff --git a/Assets/Scripts/Tavernkeeper_controller.cs b/Assets/Scripts/Tavernkeeper_controller.cs index 1fb3733..b946641 100644 --- a/Assets/Scripts/Tavernkeeper_controller.cs +++ b/Assets/Scripts/Tavernkeeper_controller.cs @@ -1,6 +1,7 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; +using System; //Exceptions [RequireComponent(typeof(Rigidbody))] [RequireComponent(typeof(Animator))]