C# Class Server.Mobiles.WarriorGuard.AttackTimer

Inheritance: Timer
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
AttackTimer ( WarriorGuard owner ) : System
DoOnTick ( ) : void

Méthodes protégées

Méthode Description
OnTick ( ) : void

Private Methods

Méthode Description
TeleportTo ( Mobile target ) : void

Method Details

AttackTimer() public méthode

public AttackTimer ( WarriorGuard owner ) : System
owner WarriorGuard
Résultat System

DoOnTick() public méthode

public DoOnTick ( ) : void
Résultat void

OnTick() protected méthode

protected OnTick ( ) : void
Résultat void