시나리오 json 파일에서 받아오는 규격 확장
국가를 'string'으로 표기 가능하도록 변경 전콘 번호를 'string'으로 표기 가능하도록 변경
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user