GlRegistry

data class GlRegistry(val enums: ImmutableSetMultimap<Long, GlEnum>, val commands: Map<String, GlCommand>)

Constructors

Link copied to clipboard
constructor(enums: ImmutableSetMultimap<Long, GlEnum>, commands: Map<String, GlCommand>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val enums: ImmutableSetMultimap<Long, GlEnum>