시나리오 json 파일에서 받아오는 규격 확장

국가를 'string'으로 표기 가능하도록 변경
전콘 번호를 'string'으로 표기 가능하도록 변경
This commit is contained in:
2018-05-28 23:08:59 +09:00
parent 30e2432fc3
commit d9f6f7956e
5 changed files with 45 additions and 21 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ class RegNPC extends \sammo\Event\Action{
public function __construct(
int $affinity,
string $name,
int $pictureID,
$picturePath,
int $nationID,
$locatedCity,
int $leadership,
@@ -24,7 +24,7 @@ class RegNPC extends \sammo\Event\Action{
$this->npc = new \sammo\Scenario\NPC(
$affinity,
$name,
$pictureID,
$picturePath,
$nationID,
$locatedCity,
$leadership,