농지 개간, 상업 투자를 외부 커맨드로 연결

This commit is contained in:
2018-09-14 02:35:27 +09:00
parent ab212e0565
commit 9fc10e0f65
3 changed files with 20 additions and 45 deletions
+4
View File
@@ -101,6 +101,10 @@ class General implements iActionTrigger{
return $this->rawCity;
}
function setRawCity(?array $city){
$this->city = $city;
}
function getCityID():int{
return $this->raw['city'];
}