아이템 관련 속성 일부 변경, 유니크 획득 코드를 수정

This commit is contained in:
2019-06-17 02:47:00 +09:00
parent d70740b38c
commit 2b1efae238
27 changed files with 70 additions and 17 deletions
+4
View File
@@ -100,6 +100,10 @@ class General implements iAction{
return $this->itemObjs['item'];
}
function getItems():array{
return $this->itemObjs;
}
function getLastTurn():LastTurn{
return $this->lastTurn;
}