修改UI
This commit is contained in:
@@ -903,7 +903,7 @@ namespace Fantasy
|
||||
public uint ErrorCode { get; set; }
|
||||
}
|
||||
/// <summary>
|
||||
/// 活动奖励推送
|
||||
/// 奖励推送
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
[ProtoContract]
|
||||
@@ -4485,7 +4485,7 @@ namespace Fantasy
|
||||
MessageObjectPool<AwardInfo>.Return(this);
|
||||
}
|
||||
[ProtoMember(1)]
|
||||
public long ConfigId { get; set; }
|
||||
public int ConfigId { get; set; }
|
||||
[ProtoMember(2)]
|
||||
public int Count { get; set; }
|
||||
}
|
||||
@@ -4581,7 +4581,7 @@ namespace Fantasy
|
||||
MessageObjectPool<ItemInfo>.Return(this);
|
||||
}
|
||||
[ProtoMember(1)]
|
||||
public uint ConfigId { get; set; }
|
||||
public int ConfigId { get; set; }
|
||||
[ProtoMember(2)]
|
||||
public long Id { get; set; }
|
||||
[ProtoMember(3)]
|
||||
@@ -4631,22 +4631,22 @@ namespace Fantasy
|
||||
{
|
||||
if (!IsPool()) return;
|
||||
ConfigId = default;
|
||||
Price = default;
|
||||
Currency = default;
|
||||
Price1 = default;
|
||||
Price2 = default;
|
||||
Sort = default;
|
||||
Tag = default;
|
||||
MessageObjectPool<ShopItemInfo>.Return(this);
|
||||
}
|
||||
[ProtoMember(1)]
|
||||
public uint ConfigId { get; set; }
|
||||
public int ConfigId { get; set; }
|
||||
[ProtoMember(2)]
|
||||
public uint Price { get; set; }
|
||||
public uint Price1 { get; set; }
|
||||
[ProtoMember(3)]
|
||||
public uint Currency { get; set; }
|
||||
public uint Price2 { get; set; }
|
||||
[ProtoMember(4)]
|
||||
public uint Sort { get; set; }
|
||||
[ProtoMember(5)]
|
||||
public uint Tag { get; set; }
|
||||
public string Tag { get; set; }
|
||||
}
|
||||
/// <summary>
|
||||
/// fish信息
|
||||
@@ -4693,7 +4693,7 @@ namespace Fantasy
|
||||
MessageObjectPool<FishInfo>.Return(this);
|
||||
}
|
||||
[ProtoMember(1)]
|
||||
public uint ConfigId { get; set; }
|
||||
public int ConfigId { get; set; }
|
||||
[ProtoMember(2)]
|
||||
public long Id { get; set; }
|
||||
[ProtoMember(3)]
|
||||
@@ -4795,7 +4795,7 @@ namespace Fantasy
|
||||
MessageObjectPool<SkillInfo>.Return(this);
|
||||
}
|
||||
[ProtoMember(1)]
|
||||
public uint ConfigId { get; set; }
|
||||
public int ConfigId { get; set; }
|
||||
[ProtoMember(2)]
|
||||
public int Level { get; set; }
|
||||
[ProtoMember(3)]
|
||||
|
||||
Reference in New Issue
Block a user