Files
RaindropViewer/Assets/Raindrop/UI/unity/DropdownMenuWithEntry.cs
T

15 lines
237 B
C#

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