#region Arthea License
/***********************************************************************
* Arthea MUD by R. Jennings (2007) http://arthea.googlecode.com/ *
* By using this code you comply with the Artistic and GPLv2 Licenses. *
***********************************************************************/
#endregion
using System;
namespace Arthea.Creation.Attributes
{
/// <summary>
/// Specifies a field should only display its value in OLC.
/// </summary>
public class EditShow : Attribute
{
}
}