static ServerApi() { Hooks = new HookManager(); LogWriter = new LogWriterManager(); Profiler = new ProfilerManager(); UseAsyncSocketsInMono = false; ForceUpdate = false; Type t = Type.GetType("Mono.Runtime"); RunningMono = (t != null); }
static ServerApi() { Hooks = new HookManager(); LogWriter = new LogWriterManager(); Profiler = new ProfilerManager(); }