13 lines
221 B
C#
13 lines
221 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class KONEJEEHLOP
|
|
{
|
|
[ProtoMember(1)] public int Retcode;
|
|
[ProtoMember(9)] public ItemList Reward;
|
|
[ProtoMember(13)] public int Mfmadpcfpen;
|
|
}
|
|
|
|
}
|