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 Godot;
namespace Voider;
@@ -75,4 +75,4 @@ public partial class EventManager : Node
{
_eventManager.Unsubscribe(eventName, callback);
}
}
}