전투 코드 반영 중

This commit is contained in:
2018-07-15 01:46:29 +09:00
parent 70a3b6f65a
commit 5cd4e0528a
3 changed files with 47 additions and 41 deletions
+3
View File
@@ -9,6 +9,7 @@ class GameUnitDetail{
public $defence;
public $speed;
public $avoid;
public $magicCoef;
public $cost;
public $rice;
public $reqTech;
@@ -25,6 +26,7 @@ class GameUnitDetail{
int $defence,
int $speed,
int $avoid,
float $magicCoef,
int $cost,
int $rice,
int $reqTech,
@@ -39,6 +41,7 @@ class GameUnitDetail{
$this->defence = $defence;
$this->speed = $speed;
$this->avoid = $avoid;
$this->magicCoef = $magicCoef;
$this->cost = $cost;
$this->rice = $rice;
$this->reqTech = $reqTech;