getVar('npc') -> getNPCType()
This commit is contained in:
@@ -158,6 +158,10 @@ class General implements iAction{
|
||||
return $this->itemObjs[$itemKey];
|
||||
}
|
||||
|
||||
function getNPCType():int{
|
||||
return $this->raw['npc'];
|
||||
}
|
||||
|
||||
/** @return BaseItem[] */
|
||||
function getItems():array{
|
||||
return $this->itemObjs;
|
||||
|
||||
Reference in New Issue
Block a user