C# Class Server.Game.Powers.Skill

Inheritance: Power
Exibir arquivo Open project: GrindFest/GrindFest Class Usage Examples

Public Properties

Property Type Description
PowerScript PowerScript

Public Methods

Method Description
CanTarget ( GameObject target ) : bool
Run ( ) : void

Protected Methods

Method Description
Main ( ) : void
OnEnd ( ) : void
WaitSeconds ( float seconds ) : TickTimer

Private Methods

Method Description
OnUpdate ( System.TimeSpan deltaTime ) : void

Method Details

CanTarget() public method

public CanTarget ( GameObject target ) : bool
target GameObject
return bool

Main() protected abstract method

protected abstract Main ( ) : void
return void

OnEnd() protected method

protected OnEnd ( ) : void
return void

Run() public method

public Run ( ) : void
return void

WaitSeconds() protected method

protected WaitSeconds ( float seconds ) : TickTimer
seconds float
return TickTimer

Property Details

PowerScript public_oe property

public PowerScript,Server.Game.Powers PowerScript
return PowerScript