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; } }