forked from Moux23333/FreeSR
13 lines
221 B
C#
13 lines
221 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class ANPJJHMCAIM
|
|
{
|
|
[ProtoMember(4)] public int GroupId;
|
|
[ProtoMember(15)] public int Apegeeleknh;
|
|
[ProtoMember(7)] public int Mnihlfldfek;
|
|
}
|
|
|
|
}
|