diff options
Diffstat (limited to 'RotationTarget.cs')
-rw-r--r-- | RotationTarget.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/RotationTarget.cs b/RotationTarget.cs new file mode 100644 index 0000000..02c8bec --- /dev/null +++ b/RotationTarget.cs @@ -0,0 +1,12 @@ +using UnityEngine; + +public class RotationTarget : MonoBehaviour +{ + private void Start() + { + } + + private void Update() + { + } +} |