예제 #1
0
 public InputManager(KinectRagdollGame game)
 {
     this.game = game;
     inputHelper = new InputHelper();
 }
예제 #2
0
 public InputManager(KinectRagdollGame game)
 {
     this.game   = game;
     inputHelper = new InputHelper();
 }