general_pool 에서 장수 선택 기능 추가

This commit is contained in:
2020-12-31 07:43:56 +09:00
parent 187db3d011
commit 3e35dec9fa
66 changed files with 5597 additions and 1319 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ class Nation{
}
public function addGeneral(NPC $general){
public function addGeneral(GeneralBuilder $general){
$this->generals[] = $general;
}