From 7ab1e2cf4c88ccd535cf1abfb9fad354e38f0120 Mon Sep 17 00:00:00 2001 From: Amaan Shawkath Date: Sat, 8 Jul 2023 18:17:07 +0100 Subject: [PATCH] Cleaning up using statements --- Assets/Scripts/DialogueSystem/CharacterSheetController.cs | 2 -- 1 file changed, 2 deletions(-) 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