LightningBoltDependenciesAddActiveBolt Field |
Call this when the bolt becomes active
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Action<LightningBolt> AddActiveBolt
Public AddActiveBolt As Action(Of LightningBolt)
public:
Action<LightningBolt^>^ AddActiveBolt
val mutable AddActiveBolt: Action<LightningBolt>
Field Value
Type:
ActionLightningBoltSee Also