Game.this

Game constructor.

class Game
@nogc
this
(
in string title = "My D Game!"
,
GameConfig config = GameConfig("./config.ini")
)

Meta