using UnityEngine; namespace Raindrop.Presenters { //this is a dropdown menu with a plus button on the side that lets you enter new info to the dropdownmenu public class DropdownMenuWithEntry:MonoBehaviour { } }