의술의 도시 치료 커맨드 추가

This commit is contained in:
2018-10-01 03:35:07 +09:00
parent 5be39c04ef
commit 1132177e2d
9 changed files with 103 additions and 20 deletions
+3 -2
View File
@@ -52,12 +52,13 @@ class General implements iAction{
$specialDomesticClass = getGeneralSpecialDomesticClass($raw['special']);
$this->specialDomesticObj = new $specialDomesticClass;
$specialWarClass = getGeneralSpecialWarClass($raw['special']);
$specialWarClass = getGeneralSpecialWarClass($raw['special2']);
$this->specialWarObj = new $specialWarClass;
//TODO: $specialWarClass 설정
$personalityClass = getPersonalityClass($raw['personal']);
$this->personalityObj = new $personalityClass;
//TODO: $specialItemClass 설정
}
function clearActivatedSkill(){