smol stuff

This commit is contained in:
Alex
2025-01-11 18:03:12 +00:00
parent ba78a15613
commit 774758796d
18 changed files with 83 additions and 23 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
using Core.DI;
using Core.Annotations;
using Core.DI;
namespace Core.Callbacks;
[Injectable(TypePriority = OnLoadOrder.ModCallbacks)]
public class ModCallbacks : OnLoad
{
public ModCallbacks()
@@ -17,4 +19,4 @@ public class ModCallbacks : OnLoad
{
throw new NotImplementedException();
}
}
}