gameuserprofile - TogetherGames/Public-Unity-CSharp GitHub Wiki
Together::GameUserProfile
The GameUserProfile is user specific data associated to a particular game.
long GameUserProfileID
The ID of the GameUserProfile.
long UserID
The ID of the User associated with the ClientUserProfile.
long GameID
The ID of the Game associated with the GameUserProfile.
PropertyCollection Properties
A property collection containing all game specific properties for the User.