chore: fixed indentation error

This commit is contained in:
2025-10-18 11:16:56 +03:00
parent f0b3844666
commit 9c00ad5d25

View File

@@ -22,7 +22,7 @@ public class DesktopInputs : BehaviourBase, IEnterUniverse, IExitUniverse, IGame
private readonly Dictionary<IGameInputs.Button, Keys> keyMappingReversed = [];
private readonly Dictionary<Keys, IGameInputs.Button> keyMapping = new() {
{ Keys.Space, IGameInputs.Button.Interact }
};
};
private KeyboardInputs keyboardInputs = null!;