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
+6
View File
@@ -0,0 +1,6 @@
namespace Core.Models.External;
public interface IPostDBLoadMod
{
void PostDBLoad();
}