implement more handler

This commit is contained in:
ArkanDash
2025-03-03 23:21:28 +07:00
parent 54bb351e5b
commit e1b4dd45e5
6 changed files with 91 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ namespace Novaria.GameServer.Controllers.Api.ProtocolHandlers
}
[ProtocolHandler(NetMsgId.star_tower_info_req)] // req id goes here
public Packet PlayerLoginHandler(Nil req)
public Packet StarTowerInfoHandler(Nil req)
{
StarTowerInfo towerResp = new();