rawName; } public function getRawClassName(bool $shortName=true):string{ if($shortName){ return Util::getClassNameFromObj($this); } return static::class; } function getCost(){ return $this->cost; } function isConsumable(){ return $this->consumable; } function isBuyable(){ return $this->buyable; } function getReqSecu(){ return $this->reqSecu; } function tryConsumeNow(General $general, string $actionType, string $command):bool{ return false; } }