diff options
author | chai <215380520@qq.com> | 2024-04-16 15:12:46 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2024-04-16 15:12:46 +0800 |
commit | 84fcf0834583d755c1cfdb90d2b93e8ad2964065 (patch) | |
tree | e2ad33902ae36b49617b05362715e75ae12dfe25 /ActiveRagdoll/Assets/TABG/Scripts/Animation/FootHandler.cs | |
parent | 80983c575ec565078f757f638f3726708647080a (diff) |
*misc
Diffstat (limited to 'ActiveRagdoll/Assets/TABG/Scripts/Animation/FootHandler.cs')
-rw-r--r-- | ActiveRagdoll/Assets/TABG/Scripts/Animation/FootHandler.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ActiveRagdoll/Assets/TABG/Scripts/Animation/FootHandler.cs b/ActiveRagdoll/Assets/TABG/Scripts/Animation/FootHandler.cs new file mode 100644 index 0000000..44516ea --- /dev/null +++ b/ActiveRagdoll/Assets/TABG/Scripts/Animation/FootHandler.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class FootHandler : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} |