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

14 lines
221 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class JGODPMDBEJL
{
[ProtoMember(6)] public int Gkggnkklaah;
[ProtoMember(5)] public ItemList Reward;
[ProtoMember(10)] public int Retcode;
}
}