Esempio n. 1
0
        public override void Update(GameTime gameTime)
        {
            base.Update(gameTime);


            if (Main.GameUpdateCount % 1 == 0)
            {
                Idle.Update();
            }
        }