아이템 관련 속성 일부 변경, 유니크 획득 코드를 수정
This commit is contained in:
@@ -100,6 +100,10 @@ class General implements iAction{
|
||||
return $this->itemObjs['item'];
|
||||
}
|
||||
|
||||
function getItems():array{
|
||||
return $this->itemObjs;
|
||||
}
|
||||
|
||||
function getLastTurn():LastTurn{
|
||||
return $this->lastTurn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user