IntroNarration

This commit is contained in:
2025-10-17 14:38:42 +02:00
parent bb6059a885
commit 512e8cade5
15 changed files with 263 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
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()
{
}
}