C# Class SpaceBattle.ProxyEnemy

Inheritance: Actor
Mostra file Open project: luqui/space-shooter

Public Methods

Method Description
Die ( ) : void
Draw ( ) : void
ProxyEnemy ( Enemy e ) : System
Update ( float dt ) : void

Method Details

Die() public method

public Die ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

ProxyEnemy() public method

public ProxyEnemy ( Enemy e ) : System
e Enemy
return System

Update() public method

public Update ( float dt ) : void
dt float
return void