Files
AppleHillsProduction/Assets/Scripts/DamianExperiments/AnnaLiseAnd Lurespots/LureSpot.cs

9 lines
186 B
C#
Raw Normal View History

using UnityEngine;
2025-11-05 17:34:26 +01:00
// TODO: Remove this
public class LureSpot : MonoBehaviour
{
[SerializeField] public GameObject luredBird;
[SerializeField] public GameObject annaLiseSpot;
}