Class: GameServer
Fields
Name | Type | Description |
---|---|---|
db | DocumentStore | An instance of the document store database |
eventHandler | EventHandler | An instance of the event handler |
registry | Registry | An instance of the assets manager registry |
Field declarations
Field: db
An instance of the document store database
Type: DocumentStore
Field: eventHandler
An instance of the event handler
Type: EventHandler
Field: registry
An instance of the assets manager registry
Type: Registry