Ramila Launcher Documentation

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
namestringUsername from the user
photoTexture2DUser's photo profile
achievementsList<UserAttachCode>Achievements unlocked
playedTimeDictionary<string, TimeSpan>string is the game id and the timeSpan is the time you have played the game.