protected override void UpdateCore(Microsoft.Xna.Framework.GameTime gameTime) { stage.Act((float)gameTime.ElapsedGameTime.TotalSeconds); }
protected override void UpdateCore(GameTime gameTime) { _stage.Act((float)gameTime.ElapsedGameTime.TotalSeconds); }