mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-21 17:11:30 +00:00
9 lines
128 B
C#
9 lines
128 B
C#
|
namespace FSO.Server.Protocol.CitySelector
|
|||
|
{
|
|||
|
public enum AvatarGender
|
|||
|
{
|
|||
|
Male = 1,
|
|||
|
Female = 2
|
|||
|
}
|
|||
|
}
|