Files
SPT-Server-Build/Libraries/Core/Controllers/HandBookController.cs
T
2025-01-23 23:52:35 +00:00

14 lines
204 B
C#

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