feat: Vue3로 새롭게 작성한 메인 페이지 #229

Merged
Hide_D merged 61 commits from ng_main into devel 2023-03-09 02:25:31 +09:00
Showing only changes of commit f2ce0edb50 - Show all commits
+1 -13
View File
@@ -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;
?>