Package-level declarations

Types

Link copied to clipboard
annotation class GameMainClass(val main: String, val public: Boolean)

An annotation used to find the main class of the game. The main method should be identified using its jvm method descriptor without the type of the return value. And you should make sure the main method return an int as the process's exit number and it must be static.

Link copied to clipboard
object LibMain