Exemplo n.º 1
0
        internal void Update(GameTime gameTime, Player localPlayer)
        {
            ControlBar?.Update(localPlayer);

            WndWindowManager.Update(gameTime);
            AptWindowManager.Update(gameTime);
        }
Exemplo n.º 2
0
 internal void Update(GameTime gameTime)
 {
     WndWindowManager.Update(gameTime);
     AptWindowManager.Update(gameTime);
 }