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