} //卡牌类型 CardType public CardInstance(uint tplId) { instId = CardTool.GetUniCardInstId(); this.tplId = tplId; this.cardType = CardTemplateData.GetData(tplId).nType; }
public uint effectVal = 0; //法宝数值 public RelicBase(uint tplId) { instId = CardTool.GetUniCardInstId(); this.tplId = tplId; }