forked from Moux23333/FreeSR
14 lines
227 B
C#
14 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;
|
||
|
}
|
||
|
|
||
|
}
|