mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-16 21:56:00 -05:00
9 lines
107 B
C#
9 lines
107 B
C#
namespace NHSE.Core
|
|
{
|
|
public enum Gender
|
|
{
|
|
Masculine = 0,
|
|
Feminine = 1,
|
|
}
|
|
}
|