enter part2 world

This commit is contained in:
Revsain
2025-06-29 16:51:27 +08:00
parent 540486ab94
commit f8a9c19035
17 changed files with 278 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ public class PacketPjmsGetCurWorldRsp : BasePacket
{
var proto = new PjmsGetCurWorldRsp
{
World = new() { WorldId = 400 }
};
SetData(proto);