Files
SPT-Server-Build/Core/Controllers/PresetController.cs
T

16 lines
232 B
C#

using Core.Annotations;
namespace Core.Controllers;
[Injectable]
public class PresetController
{
/// <summary>
///
/// </summary>
public void Initialize()
{
return; // TODO: actually implement
}
}