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

14 lines
222 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class OAOHMAGGHPG
{
[ProtoMember(7)] public int Retcode;
[ProtoMember(11)] public int Ncmopnnlfee;
[ProtoMember(10)] public ItemList Reward;
}
}