Files
FreeSR/FreeSR.Proto/CBIEKEKCKAN.cs
2024-01-27 21:06:07 +08:00

15 lines
261 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class CBIEKEKCKAN
{
[ProtoMember(13)] public int Retcode;
[ProtoMember(8)] public int Kfcncdgfbdc;
[ProtoMember(3)] public ItemList Reward;
[ProtoMember(14)] public int GroupId;
}
}