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

Inheritance: IProjectileInfo
Mostra 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_oe property

public int BrightZaps
return int

DimZaps public_oe property

public int DimZaps
return int

Image public_oe property

public string Image
return string