Server.Spells.Second.HarmSpell.HarmSpell C# (CSharp) Метод

HarmSpell() публичный Метод

public HarmSpell ( Mobile caster, System.Item scroll ) : Server.Targeting
caster Mobile
scroll System.Item
Результат Server.Targeting
		public HarmSpell( Mobile caster, Item scroll ) : base( caster, scroll, m_Info )
		{
		}