Aura.Channel.Scripting.Scripts.DungeonScriptAttribute.DungeonScriptAttribute C# (CSharp) Method

DungeonScriptAttribute() public method

public DungeonScriptAttribute ( string name ) : Aura.Channel.World
name string
return Aura.Channel.World
		public DungeonScriptAttribute(string name)
		{
			this.Name = name.ToLower();
		}
	}
DungeonScriptAttribute