diff --git a/Assets/Scripts/Player.cs b/Assets/Scripts/Player.cs index 7616e33..5810172 100644 --- a/Assets/Scripts/Player.cs +++ b/Assets/Scripts/Player.cs @@ -1,7 +1,6 @@ using System.Collections; using System.Collections.Generic; using System; -using UnityEditorInternal; using UnityEngine; public class Player : MonoBehaviour, IKitchenObjectParent