smol stuff
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user