Example #1
0
    }                                           //卡牌类型 CardType

    public CardInstance(uint tplId)
    {
        instId     = CardTool.GetUniCardInstId();
        this.tplId = tplId;

        this.cardType = CardTemplateData.GetData(tplId).nType;
    }
Example #2
0
    public uint effectVal = 0;                  //法宝数值


    public RelicBase(uint tplId)
    {
        instId     = CardTool.GetUniCardInstId();
        this.tplId = tplId;
    }