Update README.md
parent
5b3cfb505f
commit
5967cb7527
|
@ -56,7 +56,7 @@ isMod: Is it a game or a mod?
|
||||||
changelog: Latest changelog available
|
changelog: Latest changelog available
|
||||||
```
|
```
|
||||||
|
|
||||||
The serialization in JSON format of this object is possible through `JSON.stringfy()` while the deserialization must happen through the static method `GameInfo.fromJSON()`.
|
The serialization in JSON format of this object is possible through `JSON.stringify()` while the deserialization must happen through the static method `GameInfo.fromJSON()`.
|
||||||
|
|
||||||
## User data
|
## User data
|
||||||
User data (after authentication) can be stored in a UserData object, consisting of the following fields:
|
User data (after authentication) can be stored in a UserData object, consisting of the following fields:
|
||||||
|
|
Loading…
Reference in New Issue