#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
namespace Arthea.Scripts.Enums
{
/// <summary>
/// Implementation of a script type
/// </summary>
public enum TriggerType
{
/// <summary>
/// Triggered on a action
/// </summary>
Act
}
}