13 lines
227 B
C#
13 lines
227 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class IFPOPCNLMLM
|
|
{
|
|
[ProtoMember(8)] public ItemList Reward;
|
|
[ProtoMember(14)] public List<int> Aloipelglcj;
|
|
[ProtoMember(4)] public int Retcode;
|
|
}
|
|
|
|
}
|