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