App\Events\PlayerWillBeAdded::__construct PHP Method

__construct() public method

Create a new event instance.
public __construct ( $player_name ) : void
return void
    public function __construct($player_name)
    {
        $this->playerName = $player_name;
    }
PlayerWillBeAdded