CapersProject/Assets/02.Scripts/DDD/Ui/Restaurant/MenuIngre.cs

17 lines
280 B
C#
Raw Normal View History

2025-02-14 03:17:41 +00:00
using UnityEngine;
public class MenuIngre : 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()
{
}
}