2025-09-11 17:03:56 +02:00
|
|
|
using UnityEngine;
|
|
|
|
|
|
2025-09-12 13:57:26 +02:00
|
|
|
public class AnneLiseBehaviour : MonoBehaviour
|
2025-09-11 17:03:56 +02:00
|
|
|
{
|
|
|
|
|
// 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()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|