C# Class OpenRA.Mods.RA.Projectiles.TeslaZap

Inheritance: IProjectile
Exibir arquivo Open project: pchote/OpenRA

Public Methods

Method Description
Render ( WorldRenderer wr ) : IEnumerable
TeslaZap ( TeslaZapInfo info, ProjectileArgs args ) : System.Collections.Generic
Tick ( World world ) : void

Method Details

Render() public method

public Render ( WorldRenderer wr ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
return IEnumerable

TeslaZap() public method

public TeslaZap ( TeslaZapInfo info, ProjectileArgs args ) : System.Collections.Generic
info TeslaZapInfo
args OpenRA.GameRules.ProjectileArgs
return System.Collections.Generic

Tick() public method

public Tick ( World world ) : void
world World
return void