Eyes are working now

This commit is contained in:
DamianCorazza
2025-09-12 13:57:26 +02:00
parent c0df46f9f8
commit a580a5f35a
5 changed files with 39 additions and 14 deletions

View File

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