mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-18 01:15:07 +01:00
implement more handler
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user