C# Class Server.Game.Powers.Skill

Inheritance: Power
Afficher le fichier Open project: GrindFest/GrindFest Class Usage Examples

Méthodes publiques

Свойство Type Description
PowerScript PowerScript

Méthodes publiques

Méthode Description
CanTarget ( GameObject target ) : bool
Run ( ) : void

Méthodes protégées

Méthode Description
Main ( ) : void
OnEnd ( ) : void
WaitSeconds ( float seconds ) : TickTimer

Private Methods

Méthode Description
OnUpdate ( System.TimeSpan deltaTime ) : void

Method Details

CanTarget() public méthode

public CanTarget ( GameObject target ) : bool
target GameObject
Résultat bool

Main() protected abstract méthode

protected abstract Main ( ) : void
Résultat void

OnEnd() protected méthode

protected OnEnd ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

WaitSeconds() protected méthode

protected WaitSeconds ( float seconds ) : TickTimer
seconds float
Résultat TickTimer

Property Details

PowerScript public_oe property

public PowerScript,Server.Game.Powers PowerScript
Résultat PowerScript