public InputManager()
 {
     this.commands = new List <InputCommand>();
     this.mouse    = new MouseManager();
 }
Пример #2
0
 public InputManager()
 {
     this.commands = new List<InputCommand>();
     this.mouse = new MouseManager();
 }