Beispiel #1
0
 public void DrawWarps(SpriteBatch batch)
 {
     LeftWarp.Draw(batch);
     RightWarp.Draw(batch);
 }