6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
enum Gender {
|
|
Male = 0,
|
|
Female = 1,
|
|
Genderless = 2,
|
|
}
|