Merge branch 'phase/66-scene-prompt'

This commit is contained in:
Leonid Pershin
2026-08-20 23:43:13 +03:00
27 changed files with 1021 additions and 27 deletions
+5
View File
@@ -39,6 +39,11 @@ internal abstract record WorkerCommand
string Locale,
TaskCompletionSource<PersonCardResult> Result) : WorkerCommand;
internal sealed record GetPortraitBuildInput(
string PersonId,
string Locale,
TaskCompletionSource<PortraitBuildInputResult> Result) : WorkerCommand;
internal sealed record GetPersonLog(
string PersonId,
string Locale,