C# Class SpaceBattle.Component

Mostrar archivo Open project: luqui/space-shooter

Protected Properties

Property Type Description
self Enemy

Public Methods

Method Description
Draw ( ) : void
Finish ( ) : void
Reassign ( Enemy newself ) : void
Start ( ) : void

Method Details

Draw() public abstract method

public abstract Draw ( ) : void
return void

Finish() public method

public Finish ( ) : void
return void

Reassign() public method

public Reassign ( Enemy newself ) : void
newself Enemy
return void

Start() public method

public Start ( ) : void
return void

Property Details

self protected_oe property

protected Enemy self
return Enemy