AIsOfCatan.GUITile.DoUpdate C# (CSharp) Метод

DoUpdate() защищенный Метод

protected DoUpdate ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
Результат void
        protected override void DoUpdate(GameTime time)
        {
            if (Omitted && Visible)
            {
                //!OmittedTile(MapScreen.GetTerrainIndex(Y, X))
                Visible = false;
            }
        }