Exemple #1
0
 public void UpdateWarps(GameTime gameTime)
 {
     LeftWarp.Update(gameTime);
     RightWarp.Update(gameTime);
 }