명장일람 버그 수정

This commit is contained in:
2020-04-20 23:04:03 +09:00
parent 51f24748a9
commit 6af3c1d523
3 changed files with 77 additions and 31 deletions
+7
View File
@@ -23,6 +23,13 @@ class BaseItem implements iAction{
function getRawName(){
return $this->rawName;
}
public function getRawClassName(bool $shortName=true):string{
if($shortName){
return Util::getClassNameFromObj($this);
}
return static::class;
}
function getCost(){
return $this->cost;