13 lines
172 B
C#
13 lines
172 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class NGLPHANKLEI
|
||
|
{
|
||
|
[ProtoMember(1)] public int Id;
|
||
|
[ProtoMember(2)] public int Mfbiholpfgf;
|
||
|
}
|
||
|
|
||
|
}
|