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

This commit is contained in:
2022-02-19 23:54:03 +09:00
parent a7a14a66a6
commit 134f043e9c
56 changed files with 15 additions and 71 deletions
-1
View File
@@ -5,7 +5,6 @@ use \sammo\General;
class None extends \sammo\BaseItem{
protected $id = 0;
protected $name = '-';
protected $info = null;
protected $cost = 0;