Inherits: Resource > Reference > Object
Just a basic struct to hold user credentials information and be able to save it in disk as a Resource
type | property | default value |
---|---|---|
String | username | "" |
String | user_game_token | "" |
Default | "" |
User’s username
Default | "" |
User’s game token. This addon already comes with .gitignore configured so that the credentials for the player that owns the game won’t be pushed to the repository, but be carefull not to share it. This isn’t a problem for the released game, but might expose your game token if you’re testing your game in production and you share this file, or push files like this to your repository.