hch
8 小时以前 bd6f9a734277e57efe5abc8c32a85d5de27cdc03
Main/System/KnapSack/BackpackData.cs
@@ -11,7 +11,7 @@
    public int id;
    public long countEx;   
    public int quality;
    public int useType;    //用途定义:0 无 1 预留 2 红颜增加 10 古宝增加
    public int useType;    //用途定义:0  默认无 10 - 古宝 20 - 红颜 30 - 称号 40 -分解
    public Item(int _id, long _count)
    {