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

14 lines
228 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class PBBKALNLOPA
{
[ProtoMember(13)] public ItemList Reward;
[ProtoMember(15)] public List<int> Mgmfpdmhhlh;
[ProtoMember(5)] public int Retcode;
}
}