C# Class Server.Spells.Second.StrengthSpell

Inheritance: Spell
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
OnCast ( ) : void
StrengthSpell ( Mobile caster, System.Item scroll ) : System
Target ( Mobile m ) : void

Method Details

OnCast() public method

public OnCast ( ) : void
return void

StrengthSpell() public method

public StrengthSpell ( Mobile caster, System.Item scroll ) : System
caster Mobile
scroll System.Item
return System

Target() public method

public Target ( Mobile m ) : void
m Mobile
return void