feat(runtime): own character selection flow
This commit is contained in:
parent
6c4cd2bbc6
commit
0e82cbf700
20 changed files with 2396 additions and 33 deletions
|
|
@ -1,5 +1,6 @@
|
|||
using AcDream.Core.Physics;
|
||||
using AcDream.Runtime.World;
|
||||
using AcDream.Runtime.Session;
|
||||
|
||||
namespace AcDream.Runtime;
|
||||
|
||||
|
|
@ -275,6 +276,10 @@ public interface IGameRuntimeView
|
|||
|
||||
IRuntimeChatView Chat { get; }
|
||||
|
||||
IRuntimeCharacterSelectionView CharacterSelection =>
|
||||
throw new NotSupportedException(
|
||||
"This runtime view does not project character selection.");
|
||||
|
||||
IRuntimeFellowshipView Fellowship { get; }
|
||||
|
||||
IRuntimeAllegianceView Allegiance { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue