Beispiel #1
0
 public void Update(GameTime gameTime)
 {
     _inputManager.Update();
     _world.Update();
     _screenManager.Update();
     _scriptManager.ExecuteScripts();
 }