따라 임관 추가

This commit is contained in:
2020-05-08 21:49:05 +09:00
parent f8d8d2122e
commit f8c4eae715
5 changed files with 273 additions and 42 deletions
@@ -83,6 +83,14 @@ class che_랜덤임관 extends Command\GeneralCommand{
*/
}
public function getCommandDetailTitle():string{
return '무작위 국가로 임관';
}
public function getBrief():string{
return '무작위 국가로 임관';
}
public function getCost():array{
return [0, 0];
}