refactor(app): compose settings and developer tools
This commit is contained in:
parent
60a1698ce7
commit
cd7b519f78
24 changed files with 2073 additions and 333 deletions
|
|
@ -17,7 +17,9 @@ namespace AcDream.App.Input;
|
|||
/// chase-camera lifetimes. The window host wires this owner but never mutates
|
||||
/// those slots directly.
|
||||
/// </summary>
|
||||
internal sealed class PlayerModeController : ILocalPlayerTeleportModeOperations
|
||||
internal sealed class PlayerModeController :
|
||||
ILocalPlayerTeleportModeOperations,
|
||||
IDevToolsPlayerModeTarget
|
||||
{
|
||||
private readonly LocalPlayerModeState _mode;
|
||||
private readonly LocalPlayerControllerSlot _controllerSlot;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue