13class ActionSetKitchenTimer: ActionContinuousBase
15 void ActionSetKitchenTimer()
47 override void OnEndServer(
ActionData action_data)
49 super.OnEndServer(action_data);
51 float progress = action_data.m_Callback.GetActionComponentProgress();
56 override void OnEndAnimationLoopServer(
ActionData action_data )
63 float progress = action_data.m_Callback.GetActionComponentProgress();
65 clock.SetAnimationPhaseNow(
"ClockAlarm", progress);