format code

This commit is contained in:
Mikhail
2024-07-19 10:53:02 -04:00
parent 1670142226
commit 22d19cf38b
155 changed files with 148 additions and 853 deletions

View File

@@ -14,8 +14,8 @@ namespace nksrv.LobbyServer.Msgs.Misc
if (user.GachaTutorialPlayCount > 0)
response.Unavailables.Add(3);
// TODO: Validate response from real server and pull info from user info
await WriteDataAsync(response);
// TODO: Validate response from real server and pull info from user info
await WriteDataAsync(response);
}
}
}