WarTornLands.Counter.CounterManager.Update C# (CSharp) Méthode

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void
        public void Update(GameTime gameTime)
        {
            foreach (Counter c in _counters)
                c.Update(gameTime);
        }