C# Class DamageOverTime, kaijurising

Inheritance: DebuffBase
ファイルを表示 Open project: Moehammered/kaijurising Class Usage Examples

Public Properties

Property Type Description
attacksPerIteration int
damageAmount float

Protected Methods

Method Description
finishEffect ( ) : void
runActiveEffect ( ) : void

Private Methods

Method Description
damagePerSecond ( ) : IEnumerator

Method Details

finishEffect() protected method

protected finishEffect ( ) : void
return void

runActiveEffect() protected method

protected runActiveEffect ( ) : void
return void

Property Details

attacksPerIteration public_oe property

public int attacksPerIteration
return int

damageAmount public_oe property

public float damageAmount
return float