버그 수정

This commit is contained in:
2020-05-04 20:01:23 +09:00
parent 76ac6cf5b5
commit 91f2be6759
12 changed files with 39 additions and 8 deletions
@@ -58,6 +58,10 @@ class che_NPC능동 extends Command\GeneralCommand{
}
public function canDisplay():bool{
return false;
}
public function getCost():array{
return [0, 0];
}