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