AIsOfCatan.GUITile.DoUpdate C# (CSharp) Method

DoUpdate() protected method

protected DoUpdate ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
return void
        protected override void DoUpdate(GameTime time)
        {
            if (Omitted && Visible)
            {
                //!OmittedTile(MapScreen.GetTerrainIndex(Y, X))
                Visible = false;
            }
        }