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

14 lines
227 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class BBGHNGMMFOF
{
[ProtoMember(14)] public ItemList Reward;
[ProtoMember(5)] public int Retcode;
[ProtoMember(4)] public List<int> Bgakecnnkja;
}
}