1
This commit is contained in:
@@ -51,10 +51,8 @@ namespace Net.Like.Xue.Tokyo
|
||||
|
||||
serviceCollection.AddSingleton<IServiceCollection>(serviceCollection);
|
||||
|
||||
serviceCollection.AddSingleton<ILoggerProvider, UnityLoggerProvider>();
|
||||
serviceCollection.AddTransient<ILogger, UnityLogger>();
|
||||
serviceCollection.AddLogging();
|
||||
|
||||
serviceCollection.AddTransient(typeof(ILogger<>),typeof( UnityLogger<>));
|
||||
|
||||
serviceCollection.AddSingleton(serviceCollection);
|
||||
|
||||
//玩家角色控制器服务
|
||||
|
Reference in New Issue
Block a user