Game Profile
interface GameProfile
The profile of an authenticated player.
Types
Functions
Link copied to clipboard
Creates a new game profile with the property at the given index removed from the list of properties.
@Contract(value = "_ -> new", pure = true )
Creates a new game profile with the given property removed from the list of properties.
Link copied to clipboard
@Contract(value = "_ -> new", pure = true )
Creates a new game profile with the given properties.
Link copied to clipboard
@Contract(value = "_ -> new", pure = true )
Creates a new game profile with the given property added to the list of properties.