C# Class Server.SkillHandlers.Poisoning.InternalTargetPoison.InternalTarget.InternalTimer

Inheritance: Timer
Exibir arquivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalTimer ( Mobile from, Item target, BasePoisonPotion potion ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

InternalTimer() public method

public InternalTimer ( Mobile from, Item target, BasePoisonPotion potion ) : System
from Mobile
target Item
potion Server.Items.BasePoisonPotion
return System

OnTick() protected method

protected OnTick ( ) : void
return void