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