Prefabs Modified

This commit is contained in:
2025-09-11 13:03:43 +02:00
parent 1239052a5f
commit 16c98ee8e3
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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()
{
}
}