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