item의 static 변경

This commit is contained in:
2018-11-17 01:33:17 +09:00
parent 5d1cd10f5d
commit ab5bd1db69
16 changed files with 320 additions and 66 deletions
+1
View File
@@ -10,6 +10,7 @@ class BaseItem implements iAction{
static $id = 0;
static $name = '-';
static $info = '';
static $cost = null;
static $consumable = false;
function isValidTurnItem(string $actionType, string $command):bool{