Files
AppleHillsProduction/Assets/Sound/Quarry/Scripts/AnneLiseMain.cs

16 lines
246 B
C#
Raw Normal View History

2025-10-17 14:38:42 +02:00
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()
{
}
}