아이템 관련 버그 수정

This commit is contained in:
2019-10-09 11:34:56 +09:00
parent 48cac053fd
commit bc5574615d
18 changed files with 35 additions and 27 deletions
+4
View File
@@ -67,6 +67,10 @@ class GameUnitDetail implements iAction{
}
public function getInfo():string{
return join("\n<br>", $this->info);
}
public function getShortName():string{
return StringUtil::subStringForWidth($this->name, 0, 4);
}