Пример #1
0
 public InputManager(KinectRagdollGame game)
 {
     this.game = game;
     inputHelper = new InputHelper();
 }
Пример #2
0
 public InputManager(KinectRagdollGame game)
 {
     this.game   = game;
     inputHelper = new InputHelper();
 }