농지 개간, 상업 투자를 외부 커맨드로 연결
This commit is contained in:
@@ -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'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user