Csharpier cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using Godot;
|
||||
using EinSoftworks.Utilities;
|
||||
using EinSoftworks.Input;
|
||||
using EinSoftworks.Events;
|
||||
using EinSoftworks.Input;
|
||||
using EinSoftworks.Utilities;
|
||||
using Godot;
|
||||
|
||||
namespace Voider;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user