refac: 아이템에 미사용 $id 값 제거
This commit is contained in:
@@ -7,7 +7,6 @@ use \sammo\General;
|
||||
class BaseItem implements iAction{
|
||||
use \sammo\DefaultAction;
|
||||
|
||||
protected $id = 0;
|
||||
protected $rawName = '-';
|
||||
protected $name = '-';
|
||||
protected $info = '';
|
||||
@@ -30,7 +29,7 @@ class BaseItem implements iAction{
|
||||
}
|
||||
return static::class;
|
||||
}
|
||||
|
||||
|
||||
function getCost(){
|
||||
return $this->cost;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user