Ejemplo n.º 1
0
 public void Update(GameTime gameTime)
 {
     Image.Update(gameTime);
     if (hasParty)
     {
         ChemicalManager.Update(gameTime);
     }
 }
Ejemplo n.º 2
0
 public void Update(GameTime gameTime)
 {
     Image.Update(gameTime);
     ChemicalManager.Update(gameTime);
 }