Files
AppleHillsProduction/Assets/Scripts/StateMachines/Dump/TrashmanBehaviour.cs
2025-12-17 22:38:08 +01:00

17 lines
288 B
C#

using UnityEngine;
public class TrashmanBehaviour : 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()
{
}
}