Ejemplo n.º 1
0
        public void Update(GameTime gameTime)
        {
            miniMap.Update(gameTime);

            foreach (AGUIComponent component in components)
            {
                component.Update(gameTime);
            }
        }
Ejemplo n.º 2
0
        public void Update(GameTime gameTime)
        {
            miniMap.Update(gameTime);

            foreach (AGUIComponent component in components)
            {
                component.Update(gameTime);
            }
            //  enumerator.HandleSelection();
        }