C# Class SpaceBattle.ToughDamage

Inheritance: DamageComponent
ファイルを表示 Open project: luqui/space-shooter

Public Methods

Method Description
Clone ( ) : DamageComponent
Die ( ) : void
Draw ( ) : void
OnHit ( Actor other ) : void
Start ( ) : void

Method Details

Clone() public method

public Clone ( ) : DamageComponent
return DamageComponent

Die() public method

public Die ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

OnHit() public method

public OnHit ( Actor other ) : void
other Actor
return void

Start() public method

public Start ( ) : void
return void