아이템 관련 버그 수정

This commit is contained in:
2019-10-09 11:34:56 +09:00
parent cb1ac4541b
commit 68aeafaa0b
18 changed files with 35 additions and 27 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class BaseItem implements iAction{
return $this->reqSecu;
}
function isValidTurnItem(string $actionType, string $command):bool{
function isConsumableNow(string $actionType, string $command):bool{
return false;
}
}