namespace Values{
	
	/// <summary>
	/// Used in Unity 5.5+ to avoid stripping tags that PowerUI uses.
	/// As per the Unity docs, this acts the same as UnityEngine.Scripting.PreserveAttribute.
	/// </summary>
	public class PreserveAttribute : System.Attribute{}
	
}