Switch to astypedef, adds unit tests
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
5
Scripts/Interfaces/Gender.astypedef
Normal file
5
Scripts/Interfaces/Gender.astypedef
Normal file
@@ -0,0 +1,5 @@
|
||||
enum Gender {
|
||||
Male = 0,
|
||||
Female = 1,
|
||||
Genderless = 2,
|
||||
}
|
||||
Reference in New Issue
Block a user