/// <summary> /// フード名をstring型で返す /// </summary> /// <returns>フードの名前</returns> public string CurrentFoods() { return(currentfoods.ToString()); }