Files
SPT-Server-Build/Core/Controllers/PresetController.cs
T
2025-01-06 22:58:14 -05:00

12 lines
170 B
C#

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