refac: 아이템에 미사용 $id 값 제거

This commit is contained in:
2022-02-19 23:54:03 +09:00
parent 300c364545
commit 575e03c0fc
56 changed files with 15 additions and 71 deletions
+1 -2
View File
@@ -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;
}