Files
SPT-Server-Build/Core/Controllers/HandBookController.cs
T
2025-01-11 21:01:32 +00:00

14 lines
233 B
C#

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