User
The user class is a class that stores all the information that Ramila Launcher stores about a User, such as their personal information, as well as basic information about each Ramila Launcher game.
Public Variables
Name | Type | Description |
---|---|---|
name | string | Username from the user |
photo | Texture2D | User's photo profile |
achievements | List<UserAttachCode> | Achievements unlocked |
playedTime | Dictionary<string, TimeSpan> | string is the game id and the timeSpan is the time you have played the game. |