interface property

  1. @override
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

@override
final GameInterface? interface;