fix: 타 버전과 호환성을 위해, NO_SESSION 키워드 유지

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