14 lines
216 B
C#
14 lines
216 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class FBHGJHEDMEE
|
||
|
{
|
||
|
[ProtoMember(8)] public ItemList Reward;
|
||
|
[ProtoMember(15)] public int Level;
|
||
|
[ProtoMember(12)] public int Retcode;
|
||
|
}
|
||
|
|
||
|
}
|