forked from Moux23333/FreeSR
14 lines
261 B
C#
14 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;
|
|
}
|
|
|
|
}
|