C# Class Server.Multis.BanTarget

Inheritance: Server.Targeting.Target
Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
BanTarget ( bool ban, BaseHouse house ) : System

Protected Methods

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

Method Details

BanTarget() public method

public BanTarget ( bool ban, BaseHouse house ) : System
ban bool
house BaseHouse
return System

OnTarget() protected method

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