C# Class Server.Items.Lockpick.InternalTarget.InternalTimer

Inheritance: Timer, IAction
Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalTimer ( Mobile from, ILockpickable item, Lockpick lockpick ) : System

Protected Methods

Method Description
BrokeLockPickTest ( ) : void
OnTick ( ) : void

Method Details

BrokeLockPickTest() protected method

protected BrokeLockPickTest ( ) : void
return void

InternalTimer() public method

public InternalTimer ( Mobile from, ILockpickable item, Lockpick lockpick ) : System
from Mobile
item ILockpickable
lockpick Lockpick
return System

OnTick() protected method

protected OnTick ( ) : void
return void