등용 수락 변경, Aux 처리 추가
nations->aux.joinedNations dummyGeneral에 exp,ded 추가 scheme에서 nations 제거
This commit is contained in:
@@ -25,13 +25,15 @@ abstract class BaseCommand{
|
||||
return $this->getName();
|
||||
}
|
||||
|
||||
/** @var \sammo\General */
|
||||
protected $generalObj = null;
|
||||
protected $city = null;
|
||||
protected $nation = null;
|
||||
protected $arg = null;
|
||||
protected $env = null;
|
||||
|
||||
protected $destGeneralObj = null;
|
||||
/** @var \sammo\General */
|
||||
protected $destGeneralObj = null;
|
||||
protected $destCity = null;
|
||||
protected $destNation = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user