convert TaskTempl

This commit is contained in:
Le Duc Anh
2025-10-01 15:12:40 +07:00
parent 5477333690
commit 1efca22cb8
9 changed files with 366 additions and 137 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ public abstract class EC_Player : MonoBehaviour
PLAYER_ACTION action = actionConfig;
var szAct = EC_Utility.BuildActionName(action, 0);
BrewMonster.Logger.Log("HoangDev szActszAct: " + szAct);
BrewMonster.BMLogger.Log("HoangDev szActszAct: " + szAct);
EventBus.PublishChannel(m_PlayerInfo.cid, new PlayActionEvent(szAct));
return true;
}