PHP Class App\Events\PlayerWasDeleted

Inheritance: extends App\Events\Event
Show file Open project: printempw/blessing-skin-server

Public Properties

Property Type Description
$playerName

Public Methods

Method Description
__construct ( $player_name ) : void Create a new event instance.

Method Details

__construct() public method

Create a new event instance.
public __construct ( $player_name ) : void
return void

Property Details

$playerName public property

public $playerName