Server.CastSpellRequestEventArgs.CastSpellRequestEventArgs C# (CSharp) Метод

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

public CastSpellRequestEventArgs ( Server.Mobile m, int spellID, Item book ) : System
m Server.Mobile
spellID int
book Item
Результат System
		public CastSpellRequestEventArgs( Mobile m, int spellID, Item book )
		{
			m_Mobile = m;
			m_Spellbook = book;
			m_SpellID = spellID;
		}
	}
CastSpellRequestEventArgs