Files
SPT-Server-Build/Libraries/Core/Controllers/HandBookController.cs
T
2025-02-07 19:36:17 +00:00

13 lines
188 B
C#

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