//设置构建参数
 public abstract void SetBuildParam(ICharactorBuildParam theParam);
 public override void SetBuildParam(ICharactorBuildParam theParam)
 {
     _theParam = theParam as PlayerBuildParam;
 }