Files
AppleHillsProduction/Assets/Scripts/DamianExperiments/SoundGenerator.cs
2025-09-11 10:44:01 +02:00

17 lines
285 B
C#

using UnityEngine;
public class SoundGenerator : 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()
{
}
}