forked from Moux23333/FreeSR
13 lines
216 B
C#
13 lines
216 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class NELENAJBADH
|
|
{
|
|
[ProtoMember(13)] public int Level;
|
|
[ProtoMember(10)] public int Retcode;
|
|
[ProtoMember(8)] public ItemList Reward;
|
|
}
|
|
|
|
}
|