C# Class Server.SkillHandlers.AnimalTaming.InternalTarget.InternalTimer

Inheritance: Timer, IAction
显示文件 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalTimer ( Mobile tamer, BaseCreature creature, int count ) : System

Protected Methods

Method Description
OnTick ( ) : void

Private Methods

Method Description
CanPath ( ) : bool

Method Details

InternalTimer() public method

public InternalTimer ( Mobile tamer, BaseCreature creature, int count ) : System
tamer Mobile
creature Server.Mobiles.BaseCreature
count int
return System

OnTick() protected method

protected OnTick ( ) : void
return void