11 lines
136 B
C#
11 lines
136 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class DJAFIOMGCJN
|
|
{
|
|
[ProtoMember(8)] public Gender Gender;
|
|
}
|
|
|
|
}
|