fix work stand and character animation

This commit is contained in:
NguyenVanDat
2025-11-24 16:46:11 +07:00
parent 7b7db4cc7d
commit a809a98e27
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ public class PlayerVisual : MonoBehaviour
ApplyDamage();
}
//todo: this is dummy to force change to idle state
EventBus.PublishChannel(_playerInfo.cid, new PlayActionEvent("站立_通用"));
// EventBus.PublishChannel(_playerInfo.cid, new PlayActionEvent("站立_通用"));
}
private void QueueActionEventHandler(QueueActionEvent @event)