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

19 lines
311 B
C#
Raw Normal View History

2025-09-11 10:44:01 +02:00
using UnityEngine;
using Pixelplacement;
2025-09-11 10:44:01 +02:00
public class GardenerBehaviour : MonoBehaviour
2025-09-11 10:44:01 +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()
{
}
}