Files
SPT-Server-Build/Core/Controllers/PresetController.cs
T
2025-01-08 13:41:25 +00:00

12 lines
194 B
C#

namespace Core.Controllers;
public class PresetController
{
/// <summary>
///
/// </summary>
public void Initialize()
{
throw new NotImplementedException();
}
}