clear not use code
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user