public static BoosterProductProperty GetBooserProperty(object props)
 {
     return(BoosterProductProperty.ObjToBooserMods(props));
 }
 private void _setFromOther(BoosterProductProperty other)
 {
     Duration = other.Duration;
     Attack   = other.Attack;
     Hp       = other.Hp;
 }