CapersProject/Assets/02.Scripts/DDD/Ui/Restaurant/MenuIngre.cs
2025-02-14 12:17:41 +09:00

17 lines
280 B
C#

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()
{
}
}