Files
AppleHillsProduction/Assets/Sound/Quarry/Scripts/AnneLiseMain.cs
2025-10-17 14:38:42 +02:00

16 lines
246 B
C#

using UnityEngine;
public class AnneLiseMain : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
void PlayIntroVO()
{
}
}