C# Class Server.Mobiles.BaseAI.AITimer

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

Public Methods

Method Description
AITimer ( BaseAI owner ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

AITimer() public method

public AITimer ( BaseAI owner ) : System
owner BaseAI
return System

OnTick() protected method

protected OnTick ( ) : void
return void