Csharpier cleanup

This commit is contained in:
William Stuckey
2025-12-29 14:33:39 -06:00
parent 873cc7dd17
commit 79bf76ee33
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
using Godot;
using EinSoftworks.Events; using EinSoftworks.Events;
using Godot;
namespace Voider; namespace Voider;
@@ -75,4 +75,4 @@ public partial class EventManager : Node
{ {
_eventManager.Unsubscribe(eventName, callback); _eventManager.Unsubscribe(eventName, callback);
} }
} }

View File

@@ -1,7 +1,7 @@
using Godot;
using EinSoftworks.Utilities;
using EinSoftworks.Input;
using EinSoftworks.Events; using EinSoftworks.Events;
using EinSoftworks.Input;
using EinSoftworks.Utilities;
using Godot;
namespace Voider; namespace Voider;