Added sound and cinematics managers to boot settings

This commit is contained in:
2025-10-10 10:07:08 +02:00
parent b777450bd1
commit 9d8dd28efd
9 changed files with 109 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
using UnityEngine;
public class CinematicsManager : 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()
{
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 4e3cd69fd77a22640aa40e691d8d6c26