C# Class Server.CastSpellRequestEventArgs

Inheritance: System.EventArgs
Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
CastSpellRequestEventArgs ( Server.Mobile m, int spellID, Item book ) : System

Method Details

CastSpellRequestEventArgs() public method

public CastSpellRequestEventArgs ( Server.Mobile m, int spellID, Item book ) : System
m Server.Mobile
spellID int
book Item
return System