interface property

GameInterface? interface
final

The way you can draw things like life bars, stamina and settings. In another words, anything that you may add to the interface to the game.

Implementation

final GameInterface? interface;