示例#1
0
 public override void Update(GameTime gameTime, IGameScreenInfo info)
 {
     player.HandleInput(Game.Services.GetService <IGameControlsService>());
     player.Update(gameTime);
     camera.Update(gameTime);
     world.Update(gameTime);
 }
示例#2
0
 public virtual void Update(GameTime gameTime, IGameScreenInfo info)
 {
 }