forked from Moux23333/FreeSR
13 lines
220 B
C#
13 lines
220 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class MEBNCBGAAAN
|
|
{
|
|
[ProtoMember(8)] public int Jljhobhmaof;
|
|
[ProtoMember(9)] public ItemList Reward;
|
|
[ProtoMember(7)] public int Retcode;
|
|
}
|
|
|
|
}
|