12 lines
174 B
C#
12 lines
174 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class NFDANMGMMEC
|
|
{
|
|
[ProtoMember(6)] public int Uid;
|
|
[ProtoMember(2)] public bool Iikhilnphmp;
|
|
}
|
|
|
|
}
|