Files
JourneyProject/Assets/Scripts/treeFadeOut.cs
2025-11-07 01:59:46 -08:00

17 lines
282 B
C#

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