Exemple #1
0
 public void PlayersSingleStep(float dt)
 {
     entityManager.UpdatePlayers(dt);
     controllerManager.UpdatePlayerControllers(dt);
 }