forked from Moux23333/FreeSR
13 lines
225 B
C#
13 lines
225 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class OGPOFCLADCL
|
|
{
|
|
[ProtoMember(3)] public bool Plheikjbkkl;
|
|
[ProtoMember(12)] public Gender Gender;
|
|
[ProtoMember(14)] public string Nickname;
|
|
}
|
|
|
|
}
|