Your game should default export this interface, describing how to configure and play your game.
Constructor for your custom game class. Your game must have a parameterless constructor.
Describes which version of the BGE API your game was built with. This should be set to API_VERSION in bge-core.
Maximum number of players your game supports.
Minimum number of players your game supports.
Optional
Generated using TypeDoc
Your game should default export this interface, describing how to configure and play your game.