From bdc76ecd3383c514c00db94a34e82dff2a771d58 Mon Sep 17 00:00:00 2001
From: terric <terric.ying@gmail.com>
Date: Fri, 10 Nov 2023 16:13:03 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=8B=E4=BB=B6=E7=B1=BB?=
 =?UTF-8?q?=E5=9E=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Assets/Scripts/EventManager.cs | 7 +++++++
 1 file changed, 7 insertions(+)

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