player property

  1. @override
Player? player
final

Represents the character controlled by the user in the game. Instances of this class has actions and movements ready to be used and configured.

Implementation

@override
final Player? player;