This commit is contained in:
CortexCore
2025-04-18 18:47:30 +08:00
parent 98f554e57c
commit 5324d73239
18 changed files with 870 additions and 1195 deletions

View File

@@ -8,6 +8,7 @@ using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Net.BITKit.Localization;
using Net.Like.Xue.Tokyo.UX;
using Net.Project.B.AI;
using Net.Project.B.Chat;
using Net.Project.B.PDA;
using Net.Project.B.UX;
@@ -82,6 +83,10 @@ namespace Net.Like.Xue.Tokyo
@"http://server.bitfall.icu:21982/net.like.xue.tokyo/net.like.xue.tokyo.localization.csv";
await global::Project.B.Program.BuildServiceProvider(serviceProvider,destroyCancellationToken);
serviceProvider.QueryComponents(out AIHumanService aiHumanService);
aiHumanService.DamageOnBreakDialogue = 30;
var uxService = serviceProvider.GetRequiredService<IUXService>();