npc leave after die

This commit is contained in:
VDH
2025-10-16 10:53:05 +07:00
parent 36b17caa5a
commit 32e42d2db8
19 changed files with 667 additions and 101 deletions
@@ -1,4 +1,4 @@
using BrewMonster;
using BrewMonster;
using CSNetwork;
using CSNetwork.Protocols;
using CSNetwork.Protocols.RPCData;
@@ -211,7 +211,7 @@ namespace BrewMonster.Network
#region Task
public static void c2s_CmdGetAllData(bool byPack, bool byEquip, bool byTask)
{
Debug.Log("[Dat]- SendCmdGetAllData");
//Debug.Log("[Dat]- SendCmdGetAllData");
Instance._gameSession.c2s_SendCmdGetAllData(byPack, byEquip, byTask);
}
#endregion