AnneLise bird counter implemented
This commit is contained in:
15
Assets/Scripts/Sound/AnneLiseMain.cs
Normal file
15
Assets/Scripts/Sound/AnneLiseMain.cs
Normal 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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user