mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
15 lines
237 B
C#
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
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
} |