mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-13 16:46:29 -05:00
13 lines
222 B
JSON
13 lines
222 B
JSON
{
|
|
"definitions": {
|
|
"@Gender": {
|
|
"type": "enum",
|
|
"values": [
|
|
"GENDER_MALE",
|
|
"GENDER_FEMALE",
|
|
"GENDER_NONE"
|
|
]
|
|
}
|
|
}
|
|
}
|