feat: 로그인 시도 시 유저의 현재 값 응답에 추가 및 대응
This commit is contained in:
parent
685b8f7cdd
commit
c52668be1e
3 changed files with 7 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ message CS_Login {
|
|||
|
||||
message SC_LoginResult {
|
||||
bool success = 1;
|
||||
uint64 gold = 2;
|
||||
uint32 sword_level = 3;
|
||||
}
|
||||
|
||||
message SC_UpgradeResult {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue