DodongosQuest.Quests.Quest.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)
        {
            if(IsCompleted == false)
                _updateStrategy.Update(this, ref _world, gameTime);
        }