Files
AppleHillsProduction/Assets/Scripts/DamianExperiments/AnneLiseBehaviour.cs

17 lines
288 B
C#
Raw Normal View History

using UnityEngine;
2025-09-12 13:57:26 +02:00
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()
{
}
}