//----------------------------------------------
//            NGUI: Next-Gen UI kit
// Copyright © 2011-2013 Tasharen Entertainment
//----------------------------------------------

using UnityEngine;

/// <summary>
/// This script has been deprecated and is no longer needed. Just use 'UIInput' instead.
/// </summary>

public class UIInputSaved : UIInput
{
	// Do nothing -- this script is deprecated and is only kept for backwards compatibility
}
