implment other controllers

This commit is contained in:
CWX
2025-01-23 23:52:35 +00:00
parent 41ebc62cb9
commit 48b5a00726
5 changed files with 315 additions and 77 deletions
@@ -2,12 +2,12 @@ using SptCommon.Annotations;
namespace Core.Controllers;
// TODO: This seems unused, is it even needed?
[Injectable]
public class HandBookController
{
public void Load()
{
// throw new NotImplementedException();
// leaving as this is how node is RN
return;
}
}