/// <summary> /// 得到飘字 /// </summary> /// <returns>The star soul dese.</returns> /// <param name="starSoul">Star soul.</param> public string getStarSoulDese(StarSoul starSoul) { if (starSoul != null) { StarSoulSample starSoulSamle = starSoul.getStarSoulSample(); AttrChangeSample[] attrChangeSample = starSoulSamle.getAttrChangeSample(); return(DescribeManagerment.getDescribe(starSoulSamle.desc, starSoul.getLevel(), attrChangeSample)); } return(null); }