Server.Items.SpellScroll.SpellScroll C# (CSharp) Method

SpellScroll() private method

private SpellScroll ( int spellID, int itemID, int amount ) : System.Collections.Generic
spellID int
itemID int
amount int
return System.Collections.Generic
		public SpellScroll( int spellID, int itemID, int amount ) : base( itemID )
		{
			Stackable = true;
			Weight = 1.0;
			Amount = amount;

			m_SpellID = spellID;
		}

Same methods

SpellScroll::SpellScroll ( Serial serial ) : System.Collections.Generic
SpellScroll::SpellScroll ( int spellID, int itemID ) : System.Collections.Generic