Files
AppleHillsProduction/Assets/Scripts/DamianExperiments/DistanceMeasurer.cs

17 lines
287 B
C#
Raw Normal View History

2025-09-11 13:03:43 +02:00
using UnityEngine;
public class Distancemeasurer : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}