Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit 240d13c

Browse files
committed
php doc
1 parent f380c20 commit 240d13c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/VectorNetworkProject/TheMix/event/game/PlayerXpChangeEvent.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ class PlayerXpChangeEvent extends PlayerEvent implements Cancellable
1717
/* @var int $xp */
1818
private $xp;
1919

20+
/**
21+
* PlayerXpChangeEvent constructor.
22+
*
23+
* @param Player $player
24+
* @param int $xp
25+
*/
2026
public function __construct(Player $player, int $xp)
2127
{
2228
$this->player = $player;

0 commit comments

Comments
 (0)