course_heia_techimm_haptics.../Assets/ArrowScript.cs
2025-07-12 18:59:18 +02:00

18 lines
295 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ArrowScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}