Gen7Data/Scripts/Interfaces/Gender.astypedef

6 lines
57 B
Plaintext

enum Gender {
Male = 0,
Female = 1,
Genderless = 2,
}