public InputManager() { this.commands = new List <InputCommand>(); this.mouse = new MouseManager(); }
public InputManager() { this.commands = new List<InputCommand>(); this.mouse = new MouseManager(); }