修改动画回调事件

This commit is contained in:
2026-03-11 09:06:24 +08:00
parent 1f1c603489
commit 40b142235e
9 changed files with 145 additions and 96 deletions

View File

@@ -16,6 +16,8 @@ namespace NBF
private PlayerStageViewBase _currentStateView;
private Player _player;
public PlayerStageViewBase CurrentStateView => _currentStateView;
public void Awake()
{
_player = GetParent<Player>();