public function __construct(Player $p, int $amount = 0) { $this->player = $p; $this->amount = $amount; }