아이템 구매 버그 수정, 아이템 호칭문제 수정
This commit is contained in:
@@ -8,6 +8,7 @@ class BaseItem implements iAction{
|
||||
use \sammo\DefaultAction;
|
||||
|
||||
protected $id = 0;
|
||||
protected $rawName = '-';
|
||||
protected $name = '-';
|
||||
protected $info = '';
|
||||
protected $cost = null;
|
||||
@@ -18,6 +19,10 @@ class BaseItem implements iAction{
|
||||
function getID(){
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
function getRawName(){
|
||||
return $this->rawName;
|
||||
}
|
||||
|
||||
function getCost(){
|
||||
return $this->cost;
|
||||
|
||||
Reference in New Issue
Block a user