#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>
/// Implementation of a text edit attribute.
/// </summary>
public class TextEdit : Attribute
{
}
}