Interface for handling the event when a player leaves the game. More...
Inherits IPublicFacingInterface.
Public Member Functions | |
void | PlayerLeft (PlayerRef player) |
Method to be called when a player leaves the game. More... | |
Interface for handling the event when a player leaves the game.
void PlayerLeft | ( | PlayerRef | player | ) |
Method to be called when a player leaves the game.
player | The player who left the game. |