From f2ce0edb50a20c69c66af2fe8f8e908036d03e61 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 1 Mar 2023 03:48:40 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20v=5Ffront=20=EC=A0=95=EB=A6=AC=20-=20?= =?UTF-8?q?=EC=9D=BC=EB=8B=A8=20DummySession=EC=9C=BC=EB=A1=9C=20=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=20=ED=9B=84,=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20?= =?UTF-8?q?=EC=97=AC=EB=B6=80=20=ED=99=95=EC=9D=B8=ED=95=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20-=20=EC=A3=BC=EC=84=9D=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/v_front.php | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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; ?>