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

15 lines
261 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class NPMNOCLNFEG
{
[ProtoMember(1)] public int Mnihlfldfek;
[ProtoMember(10)] public int Retcode;
[ProtoMember(14)] public int GroupId;
[ProtoMember(2)] public int Apegeeleknh;
}
}