コード例 #1
0
 public function __construct(XcelGame $game)
 {
     parent::__construct(XcelNgien::getInstance());
     $this->game = $game;
 }
コード例 #2
0
 public function __construct(XcelPlayer $player)
 {
     parent::__construct(XcelNgien::getInstance());
     $this->player = $player;
 }