コード例 #1
0
ファイル: Sand.php プロジェクト: ungarscool1/Multicraft
 public function __construct()
 {
     parent::__construct(SAND, 0, "Sand");
     $this->hardness = 2.5;
 }
コード例 #2
0
ファイル: Gravel.php プロジェクト: ungarscool1/Multicraft
 public function __construct()
 {
     parent::__construct(GRAVEL, 0, "Gravel");
     $this->hardness = 3;
 }