private static void Init_DependencyInjection() { DependencyInjectionContainer.CreateKernel(); ServiceBasic.Register(typeof(IRingenService), typeof(RingenService)); Service.Plugin.InitializeSystem(); }
public void Init() { ServiceBasic.Register(typeof(IRingenService), typeof(RingenService)); Service.Plugin.InitializeSystem(); }