interface property
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;
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.
@override
final GameInterface? interface;