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

16 lines
313 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class OHOGBBCANNP
{
[ProtoMember(6)] public int Elhimdcldbn;
[ProtoMember(3)] public int Count;
[ProtoMember(15)] public int Hdjadkociip;
[ProtoMember(5)] public int MainAffixId;
[ProtoMember(7)] public BICNOAPNNLJ Hlmiandomin;
}
}