Update class name

pull/73/head
MillenniumEarl 2021-03-03 10:59:48 +01:00
parent 4002c6a499
commit b664f78941
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ changelog: Latest changelog available
The serialization in JSON format of this object is possible through `JSON.stringify()` 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 UserProfile object, consisting of the following fields:
``` ```
username: Name of the logged in user username: Name of the logged in user