diff --git a/Assets/Scripts/DialogueSystem/CharacterSheetController.cs b/Assets/Scripts/DialogueSystem/CharacterSheetController.cs index 9838f0e..842f2fb 100644 --- a/Assets/Scripts/DialogueSystem/CharacterSheetController.cs +++ b/Assets/Scripts/DialogueSystem/CharacterSheetController.cs @@ -1,6 +1,4 @@ using System.Collections.Generic; -using System.Collections.ObjectModel; -using Unity.VisualScripting; using UnityEngine; public class CharacterSheetController : MonoBehaviour