Revert "1"

This reverts commit b65b45c062.
This commit is contained in:
CortexCore
2024-11-14 21:54:24 +08:00
parent b65b45c062
commit f446abaaaa
368 changed files with 400 additions and 1785 deletions

View File

@@ -110,8 +110,6 @@ namespace Net.Like.Xue.Tokyo
//生成玩家
serviceCollection.AddSingleton<GameSpawnPlayerService>();
serviceCollection.AddSingleton<YooAssetMaterialFix>();
//获取服务提供者
var serviceProvider = serviceCollection.BuildServiceProvider();
@@ -158,8 +156,6 @@ namespace Net.Like.Xue.Tokyo
serviceProvider.GetRequiredService<UXConsole>();
serviceProvider.GetRequiredService<YooAssetMaterialFix>();
Application.targetFrameRate = 90;
await destroyCancellationToken.WaitUntilCanceled();