summaryrefslogtreecommitdiff
path: root/RotationTarget.cs
blob: 02c8bec664c897c13bf87d9d7bb4a93d883a3ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using UnityEngine;

public class RotationTarget : MonoBehaviour
{
	private void Start()
	{
	}

	private void Update()
	{
	}
}