Files
SPT-Server-Build/Core/Servers/ConfigServer.cs
T
2025-01-05 20:28:54 +00:00

8 lines
122 B
C#

using Types.Annotations;
namespace Types.Servers;
[Injectable(InjectionType.Singleton)]
public class ConfigServer
{
}