C# Class OpenRA.Mods.RA.Effects.TeslaZapInfo

Inheritance: IProjectileInfo
Show file Open project: cjshmyr/OpenRA Class Usage Examples

Public Properties

Property Type Description
BrightZaps int
DimZaps int
Image string

Public Methods

Method Description
Create ( ProjectileArgs args ) : IEffect

Method Details

Create() public method

public Create ( ProjectileArgs args ) : IEffect
args OpenRA.GameRules.ProjectileArgs
return IEffect

Property Details

BrightZaps public property

public int BrightZaps
return int

DimZaps public property

public int DimZaps
return int

Image public property

public string Image
return string