Files
Fruitomation/Assets/Scripts/UI/BuildiingUnlockButton.cs
2026-04-21 19:53:45 +01:00

17 lines
292 B
C#

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