Home > server > GameServer
Manages the game and associated worlds and systems.
Signature:
export default class GameServer This class is used as a singleton and should be accessed via the instance property
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the GameServer class.
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
The singleton instance of the game server. | ||
|
|
The model manager for the game server. | ||
|
|
The player manager for the game server. | ||
|
|
WebServer |
The web server for the game server. | |
|
|
The world manager for the game server |