using SptCommon.Annotations; namespace Core.Controllers; [Injectable] public class HandBookController { public void Load() { // leaving as this is how node is RN return; } }