Aura.Channel.Scripting.Scripts.DungeonScriptAttribute.DungeonScriptAttribute C# (CSharp) 메소드

DungeonScriptAttribute() 공개 메소드

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