13 lines
218 B
C#
13 lines
218 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class MDGKFKMACFP
|
|
{
|
|
[ProtoMember(8)] public int Ldnlimkkkkj;
|
|
[ProtoMember(4)] public ItemList Reward;
|
|
[ProtoMember(7)] public int Level;
|
|
}
|
|
|
|
}
|