feat(runtime): own character selection flow
This commit is contained in:
parent
6c4cd2bbc6
commit
0e82cbf700
20 changed files with 2396 additions and 33 deletions
|
|
@ -29,7 +29,14 @@ public sealed record LiveSessionConnectOptions(
|
|||
/// itself does not enforce that pairing — the headless config loader
|
||||
/// does, before a <see cref="LiveSessionConnectOptions"/> is ever built.
|
||||
/// </summary>
|
||||
bool Probe = false);
|
||||
bool Probe = false,
|
||||
/// <summary>
|
||||
/// Keep the connected transport in Runtime's pre-world selection state
|
||||
/// instead of applying the legacy first-available fallback. Graphical
|
||||
/// composition enables this only when no explicit selector was supplied;
|
||||
/// direct/headless callers retain the existing default behavior.
|
||||
/// </summary>
|
||||
bool AwaitCharacterSelection = false);
|
||||
|
||||
public interface IRuntimeLiveSessionFramePhase
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue