Server.CastSpellRequestEventArgs.CastSpellRequestEventArgs C# (CSharp) Méthode

CastSpellRequestEventArgs() public méthode

public CastSpellRequestEventArgs ( Server.Mobile m, int spellID, Item book ) : System
m Server.Mobile
spellID int
book Item
Résultat System
		public CastSpellRequestEventArgs( Mobile m, int spellID, Item book )
		{
			m_Mobile = m;
			m_Spellbook = book;
			m_SpellID = spellID;
		}
	}
CastSpellRequestEventArgs