Files
SPT-Server-Build/Core/Controllers/PresetController.cs
T
2025-01-11 18:14:39 +00:00

16 lines
233 B
C#

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