refactor(runtime): own world environment state
This commit is contained in:
parent
b972f539f7
commit
902076c0a4
27 changed files with 886 additions and 295 deletions
|
|
@ -209,6 +209,8 @@ public sealed class GameplayInputCommandControllerTests
|
|||
public IRuntimeChatView Chat => throw new NotSupportedException();
|
||||
public IRuntimeActionView Actions => throw new NotSupportedException();
|
||||
public IRuntimeMovementView Movement => throw new NotSupportedException();
|
||||
public AcDream.Runtime.World.IRuntimeWorldEnvironmentView Environment =>
|
||||
throw new NotSupportedException();
|
||||
public IRuntimePortalView Portal => throw new NotSupportedException();
|
||||
public RuntimeStateCheckpoint CaptureCheckpoint() =>
|
||||
throw new NotSupportedException();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue