removed useless usings

This commit is contained in:
2023-02-07 16:11:43 +01:00
parent 38bd6d47b9
commit 04348e38e4

View File

@@ -1,6 +1,4 @@
using Godot; using Godot;
using Godot.Collections;
using System;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
public partial class dialog_bubble : CanvasLayer public partial class dialog_bubble : CanvasLayer