internal void Update(GameTime gameTime, Player localPlayer) { ControlBar?.Update(localPlayer); WndWindowManager.Update(gameTime); AptWindowManager.Update(gameTime); }
internal void Update(GameTime gameTime) { WndWindowManager.Update(gameTime); AptWindowManager.Update(gameTime); }