relYear = $this->arg; return true; } public function test():bool{ $this->checkInputValues(); $this->tested = true; if($this->relYear >= GameConst::$openingPartYear){ return true; } $this->reason = "초반 제한 중에는 불가능합니다."; return false; } }