using BlueWater.Uis; namespace BlueWater.Tycoons { public class Pot : Cookware { protected override void OnEnable() { base.OnEnable(); CurrentDailyFoodUi = TycoonUiManager.Instance.TycoonManagementUi.CookMenuUi.DailyFoodMenuUi.InitializePot(this); } } }