This commit is contained in:
MinhHai
2025-12-23 17:00:36 +07:00
@@ -724,17 +724,12 @@ namespace BrewMonster
default:
break;
}
m_iCurAction = iAction;
// EventBus.PublishChannel(GetCharacterID(), new ClearComActFlagAllRankNodesEvent(true));
PlayAction(iAction, false,300,true);
PlayAction(iAction);
if (!bSession){}
{
await UniTask.Delay(3000);
// m_iPoseAction = 0;
// m_pHost.PlayAction(m_pHost.GetMoveStandAction(false, false), true, 300, true);
PlayAction(GetMoveStandAction(false, false), true, 300, true);
}