CapersProject/Assets/02.Scripts/Ui/Tycoon/DrinkIngredientUi.cs

9 lines
123 B
C#
Raw Normal View History

2024-09-09 09:50:37 +00:00
using UnityEngine;
namespace BlueWater.Uis
{
public class DrinkIngredientUi : MonoBehaviour
{
}
}