diff --git a/hwe/v_front.php b/hwe/v_front.php index 3e8ad753..913f078b 100644 --- a/hwe/v_front.php +++ b/hwe/v_front.php @@ -4,20 +4,8 @@ namespace sammo; include "lib.php"; include "func.php"; -//로그인 검사 +DummySession::getInstance(); -Session::requireGameLogin()->setReadOnly(); -//턴 실행 대기 및 갱신 증가는 API에서 - -//TODO: 내 정보도 API에서, 사망 여부도 - -//TODO: 설문 및 메시지 여부도 API에서 - -//TODO: lock 정보도 API에서(턴실행대기에서 받아오기) - -//TODO: 국가정보 받아오기 - -//TODO: 시나리오 정보는 gameConst 받아올때 가져오기 $mapName = GameConst::$mapName; ?>