forked from Moux23333/FreeSR
13 lines
221 B
C#
13 lines
221 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class JGODPMDBEJL
|
|
{
|
|
[ProtoMember(6)] public int Gkggnkklaah;
|
|
[ProtoMember(5)] public ItemList Reward;
|
|
[ProtoMember(10)] public int Retcode;
|
|
}
|
|
|
|
}
|