diff --git a/Assets/Scripts/EventManager.cs b/Assets/Scripts/EventManager.cs index eba31f1..6db175c 100644 --- a/Assets/Scripts/EventManager.cs +++ b/Assets/Scripts/EventManager.cs @@ -75,4 +75,11 @@ public enum YogaEventType StartMotionCapture, StopMotionCapture, EstimateAction, + ScoreUpdate, + GetActionBasePoint, + PoseEstimate, + ActionSuccess, + ActionFailed, + PlayAnimation, + UpdateProgress, } \ No newline at end of file