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

13 lines
174 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class NFDANMGMMEC
{
[ProtoMember(6)] public int Uid;
[ProtoMember(2)] public bool Iikhilnphmp;
}
}