Merge branch 'main' into damianContentFreeze

This commit is contained in:
2025-10-17 10:41:43 +00:00
15 changed files with 4 additions and 109 deletions

View File

@@ -50,10 +50,5 @@ public class IntroCinematicsPlayer : MonoBehaviour
// Disable the introsequence gameobject when intro is finished playing
_introRenderer.enabled = false;
}
// Update is called once per frame
void Update()
{
}
}

View File

@@ -2,18 +2,6 @@ using UnityEngine;
public class TestIndicator : MonoBehaviour, PuzzleS.IPuzzlePrompt
{
// 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()
{
}
public void OnShow()
{
gameObject.SetActive(true);