This repository has been archived on 2024-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
FreeSR/FreeSR.Proto/BBNEDLDINPO.cs
2024-01-27 21:06:07 +08:00

19 lines
503 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class BBNEDLDINPO
{
[ProtoMember(11)] public int Nhkoinkmpig;
[ProtoMember(5)] public List<int> Mahalkbdphi;
[ProtoMember(7)] public int Iiieiehoceh;
[ProtoMember(10)] public int Glghkjmmnmb;
[ProtoMember(13)] public List<int> Pejmojheapo;
[ProtoMember(15)] public int Lajjmmgedid;
[ProtoMember(12)] public bool Gcbgdompgdd;
[ProtoMember(2)] public JKIIIHGHHHB Status;
[ProtoMember(6)] public int Mchmlcjkodh;
}
}