forked from Moux23333/FreeSR
14 lines
260 B
C#
14 lines
260 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class GCPPPJOCKIG
|
|
{
|
|
[ProtoMember(11)] public ItemList Reward;
|
|
[ProtoMember(13)] public int Level;
|
|
[ProtoMember(4)] public int Retcode;
|
|
[ProtoMember(1)] public bool Iiddmhnjinm;
|
|
}
|
|
|
|
}
|