C# Class Server.Game.Powers.TickTimer

Inheritance: PowerScript
ファイルを表示 Open project: GrindFest/GrindFest Class Usage Examples

Public Properties

Property Type Description
Timeout float

Public Methods

Method Description
OnUpdate ( System.TimeSpan deltaTime ) : void
TickTimer ( Skill scriptContainer, float timeout ) : Server.Game.Components

Method Details

OnUpdate() public method

public OnUpdate ( System.TimeSpan deltaTime ) : void
deltaTime System.TimeSpan
return void

TickTimer() public method

public TickTimer ( Skill scriptContainer, float timeout ) : Server.Game.Components
scriptContainer Skill
timeout float
return Server.Game.Components

Property Details

Timeout public_oe property

public float Timeout
return float