More Type scaffolding

This commit is contained in:
CWX
2025-01-09 19:26:55 +00:00
parent 8640550b1c
commit c4ab797820
58 changed files with 4928 additions and 3 deletions
@@ -0,0 +1,11 @@
namespace Core.Services.Mod.DynamicRouter;
public class DynamicRouterModService
{
public void RegisterDynamicRouter(string name, List<object> routes, string topLevelRoute)
{
throw new NotImplementedException();
}
}