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

15 lines
264 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class FGANJBCHCDB
{
[ProtoMember(1)] public int Count;
[ProtoMember(9)] public ItemList Madcgedkbnb;
[ProtoMember(11)] public int Retcode;
[ProtoMember(15)] public int Hdjadkociip;
}
}