aboutsummaryrefslogtreecommitdiff
path: root/Assets/Scripts/PlayerManager.cs
diff options
context:
space:
mode:
authorSmallFox <2806143047@qq.com>2026-05-22 20:53:07 +0800
committerSmallFox <2806143047@qq.com>2026-05-22 20:53:07 +0800
commit6903a64ed15bf6046bddd98a4bc095b1ea5844ee (patch)
tree00d053130349cd57034e8377c4a16e1d93016487 /Assets/Scripts/PlayerManager.cs
parent5360e988fa7c47da8d58ee3a25a7ed92fd700a57 (diff)
修复bug(大概)
没修好
Diffstat (limited to 'Assets/Scripts/PlayerManager.cs')
-rw-r--r--Assets/Scripts/PlayerManager.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Assets/Scripts/PlayerManager.cs b/Assets/Scripts/PlayerManager.cs
new file mode 100644
index 0000000..46a2894
--- /dev/null
+++ b/Assets/Scripts/PlayerManager.cs
@@ -0,0 +1,8 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class PlayerManager : MonoBehaviour
+{
+ public Animator animator;
+}