fork from 1.3
This commit is contained in:
11
FreeSR.Proto/Gender.cs
Normal file
11
FreeSR.Proto/Gender.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
public enum Gender
|
||||
{
|
||||
GenderNone = 0,
|
||||
GenderMan = 1,
|
||||
GenderWoman = 2,
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user