forked from Moux23333/FreeSR
15 lines
276 B
C#
15 lines
276 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class BPIGEPIDPJH
|
||
|
{
|
||
|
[ProtoMember(1)] public int Retcode;
|
||
|
[ProtoMember(2)] public ItemList Reward;
|
||
|
[ProtoMember(13)] public List<LNGBKGKPLEI> ItemList;
|
||
|
[ProtoMember(14)] public int Mfbgpojmjfa;
|
||
|
}
|
||
|
|
||
|
}
|