전투 특기 클래스 추가,

This commit is contained in:
2018-09-17 03:31:36 +09:00
parent 6eb67b1a3c
commit b79045eddb
34 changed files with 487 additions and 41 deletions
+2
View File
@@ -52,6 +52,8 @@ class General implements iActionTrigger{
$specialDomesticClass = getGeneralSpecialDomesticClass($raw['special']);
$this->specialDomesticObj = new $specialDomesticClass;
$specialWarClass = getGeneralSpecialWarClass($raw['special']);
$this->specialWarObj = new $specialWarClass;
//TODO: $specialWarClass 설정
$personalityClass = getPersonalityClass($raw['personal']);