Files
SPT-Server-Build/Core/Callbacks/PresetCallbacks.cs
T
2025-01-06 19:05:31 +00:00

9 lines
142 B
C#

namespace Core.Callbacks;
public class PresetCallbacks
{
public void Load()
{
throw new NotImplementedException();
}
}