명장일람 버그 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user