Files
SPT-Server-Build/Libraries/Core/Controllers/HandBookController.cs
T
2025-01-19 17:45:48 +00:00

14 lines
238 B
C#

using SptCommon.Annotations;
namespace Core.Controllers;
// TODO: This seems unused, is it even needed?
[Injectable]
public class HandBookController
{
public void Load()
{
// throw new NotImplementedException();
}
}