course_heia_techimm_haptics.../Assets/ArrowScript.cs

19 lines
295 B
C#
Raw Permalink Normal View History

2025-07-12 18:59:18 +02:00
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()
{
}
}