From 04348e38e4409222ed78aa87ab2444afc166b0ad Mon Sep 17 00:00:00 2001 From: cmod31 Date: Tue, 7 Feb 2023 16:11:43 +0100 Subject: [PATCH] removed useless usings --- src/scene-scripts/dialogue-system/dialog_bubble.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scene-scripts/dialogue-system/dialog_bubble.cs b/src/scene-scripts/dialogue-system/dialog_bubble.cs index bf4a538..13f22db 100644 --- a/src/scene-scripts/dialogue-system/dialog_bubble.cs +++ b/src/scene-scripts/dialogue-system/dialog_bubble.cs @@ -1,6 +1,4 @@ using Godot; -using Godot.Collections; -using System; using System.Text.RegularExpressions; public partial class dialog_bubble : CanvasLayer