장수 커맨드 설명 추가

This commit is contained in:
2019-10-07 00:38:52 +09:00
parent 1a9168e824
commit 7e5a1d385c
21 changed files with 235 additions and 22 deletions
@@ -39,6 +39,12 @@ class che_소집해제 extends Command\GeneralCommand{
}
public function getCommandDetailTitle():string{
$name = $this->getName();
return "{$name}(병사↓, 인구↑)";
}
public function getCost():array{
return [0, 0];
}