Created
April 27, 2019 17:44
-
-
Save JArmando/0a21c311bc2dda71a9150b5ce9d87093 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Dialog": { | |
"DialogID": 1, | |
"dialogItems": [ | |
{ | |
"Message": "Hola, Mi nombre es el Profesor Oak!" | |
}, | |
{ | |
"Message": "Eres hombre o mujer?", | |
"Answers": [ | |
{ | |
"Message": "Hombre", | |
"NextDialogId": 2 | |
}, | |
{ | |
"Message": "Mujer", | |
"NextDialogId": 3 | |
} | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment