refac: APIHelper에 DummySession 적용, NO_LOGIN 구분

This commit is contained in:
2022-04-21 23:33:08 +09:00
parent cbf0be20a5
commit 601196e3f6
7 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ namespace sammo;
abstract class BaseAPI
{
const NO_SESSION = 0;
const DUMMY_SESSION = -1;
const NO_LOGIN = 0;
const REQ_LOGIN = 1;
const REQ_GAME_LOGIN = 2;
const REQ_READ_ONLY = 4;