public StickLabelAPIClass(StickLableParaWrDef Para, MotionCardDef MotionCard)
 {
     this.Para       = Para;
     this.MotionCard = MotionCard;
 }
 public GiveUpLabelAPIClass(GiveUpParaWrDef Para, MotionCardDef MotionCard)
 {
     this.Para       = Para;
     this.MotionCard = MotionCard;
 }