C# Class Server.Mobiles.PlayerVendor.PayTimer

Inheritance: Timer
ファイルを表示 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
GetInterval ( ) : System.TimeSpan
PayTimer ( PlayerVendor vendor, System.TimeSpan delay ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

GetInterval() public static method

public static GetInterval ( ) : System.TimeSpan
return System.TimeSpan

OnTick() protected method

protected OnTick ( ) : void
return void

PayTimer() public method

public PayTimer ( PlayerVendor vendor, System.TimeSpan delay ) : System
vendor PlayerVendor
delay System.TimeSpan
return System