Ever Games
Types
Link copied to clipboard
data class GameDefinition(val key: String, val gameTypeId: Identifier, val displayName: String, val description: String, val icon: Item)
Metadata for a game shown in the /4ever game hub.
Functions
Link copied to clipboard
Returns all games exposed in the hub.
Link copied to clipboard
Finds a game by its GameDefinition.key.