8 lines
120 B
C#
8 lines
120 B
C#
using Core.Annotations;
|
|
|
|
namespace Core.Servers;
|
|
|
|
[Injectable(InjectionType.Singleton)]
|
|
public class ConfigServer
|
|
{
|
|
} |