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