Skip to content

Commit

Permalink
Marked old DropdownAdapter as obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryDungan committed Jan 29, 2018
1 parent 122915e commit 71b7534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UnityWeld/Widgets/DropdownAdapter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using UnityEngine;
using UnityEngine.Events;
Expand All @@ -10,6 +10,7 @@ namespace UnityWeld.Widgets
/// <summary>
/// Adapter to set up and bind to a Dropdown using strings instead of OptionData.
/// </summary>
[Obsolete("Use DropdownBinding instead")]
[HelpURL("https://github.com/Real-Serious-Games/Unity-Weld")]
public class DropdownAdapter : MonoBehaviour
{
Expand Down

0 comments on commit 71b7534

Please sign in to comment.