diff --git a/Hypercube.Shared/EventBus/Events/Handlers/RefHandler.cs b/Hypercube.Shared/EventBus/Events/Handlers/RefHandler.cs deleted file mode 100644 index 7f7722c..0000000 --- a/Hypercube.Shared/EventBus/Events/Handlers/RefHandler.cs +++ /dev/null @@ -1,6 +0,0 @@ -using Hypercube.Shared.Utilities; -using Hypercube.Shared.Utilities.Units; - -namespace Hypercube.Shared.EventBus.Events.Handlers; - -public delegate void RefHandler(ref Unit ev); \ No newline at end of file