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

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

	private void Update()
	{
	}
}