diff options
author | chai <215380520@qq.com> | 2024-04-16 17:44:27 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2024-04-16 17:44:27 +0800 |
commit | 42906830d441ffcca24fba35264644005048e2ca (patch) | |
tree | 3fd0f147791533567da022f5f98a5bdb9df5e6c4 /ActiveRagdoll/Assets/TABG/Scripts/Camera/RotationTarget.cs | |
parent | 8862ba2376b05cbcc698f23253c987f88f1d4356 (diff) |
*misc
Diffstat (limited to 'ActiveRagdoll/Assets/TABG/Scripts/Camera/RotationTarget.cs')
-rw-r--r-- | ActiveRagdoll/Assets/TABG/Scripts/Camera/RotationTarget.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ActiveRagdoll/Assets/TABG/Scripts/Camera/RotationTarget.cs b/ActiveRagdoll/Assets/TABG/Scripts/Camera/RotationTarget.cs new file mode 100644 index 0000000..50a5a7e --- /dev/null +++ b/ActiveRagdoll/Assets/TABG/Scripts/Camera/RotationTarget.cs @@ -0,0 +1,10 @@ +using UnityEngine; + +namespace Rigging +{ + + public class RotationTarget : MonoBehaviour + { + } + +} |