Files
FreeSR/FreeSR.Proto/IFPOPCNLMLM.cs
2024-01-27 21:06:07 +08:00

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;
}
}