Main/System/Battle/Motion/MotionBase.cs @@ -138,6 +138,7 @@ private void RunAction(Action _action) { _action?.Invoke(); runActionList.Add(_action); }