Messenger implementation

This commit is contained in:
Mikhail
2025-05-01 18:18:15 -04:00
parent 24b4d11862
commit e4e8f801ce
11 changed files with 155 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ using EpinelPS.Utils;
namespace EpinelPS.LobbyServer.LobbyUser
{
[PacketPath("/user/SetNickNameInTutorial")]
[PacketPath("/User/SetNickNameInTutorial")]
public class SetNicknameInTutorial : LobbyMsgHandler
{
protected override async Task HandleAsync()