mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-21 01:01:22 +00:00
9 lines
115 B
C#
9 lines
115 B
C#
|
namespace FSO.Server.Protocol.Voltron.Model
|
|||
|
{
|
|||
|
public enum Gender
|
|||
|
{
|
|||
|
MALE,
|
|||
|
FEMALE
|
|||
|
}
|
|||
|
}
|