Last active
March 25, 2018 15:08
-
-
Save stevygee/960f2bada9dab282f14be5b8d403ebf3 to your computer and use it in GitHub Desktop.
Data format for in-game notifications in Phombie Flow
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
{ | |
"notifications": [ | |
{ | |
"service": "email", | |
"subject": "International Lotterie", | |
"content": "Offizieller Benachricht: Sie habe 1 Millon gewonnen!", | |
"onDelete": "0", | |
"onRead": "2" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment