C# Class Server.Mobiles.BaseCreature.DeathAdderCharmTarget

Inheritance: Server.Targeting.Target
Show file Open project: brodock/runuo

Public Methods

Method Description
DeathAdderCharmTarget ( BaseCreature charmed ) : System

Protected Methods

Method Description
OnTarget ( Mobile from, object targeted ) : void

Method Details

DeathAdderCharmTarget() public method

public DeathAdderCharmTarget ( BaseCreature charmed ) : System
charmed BaseCreature
return System

OnTarget() protected method

protected OnTarget ( Mobile from, object targeted ) : void
from Mobile
targeted object
return void