Exemple #1
0
 public void UpdateControlState(GameTime gameTime)
 {
     controller.Update();
     this.SendUDP(controller.GetStateMessage(gameTime));
 }