Beispiel #1
0
 public override void BeginDraw(CustomSpriteBatch g)
 {
     if (NewRobot != null)
     {
         NewRobot.BeginDraw(g);
     }
 }