Accessing the player instance

In order to access the local player instance, we use the .Get() method from the Player class which returns the instance of the local player.

Player player = Player.Get();

Last updated