feat: 중복 로그인 방지 코드 추가

This commit is contained in:
bumpsoo 2026-02-04 13:58:58 +00:00
parent 1d103d7f16
commit 17013f70f5
6 changed files with 102 additions and 7 deletions

View file

@ -27,7 +27,7 @@ public:
}
}
void Login(const std::string &nickname);
bool Login(const std::string &nickname);
virtual void Run() = 0;