Gen7Data/Scripts/Interfaces/Gender.astypedef

6 lines
57 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
enum Gender {
Male = 0,
Female = 1,
Genderless = 2,
}