C# Class SpaceBattle.DamageComponent

Inheritance: Component
Datei anzeigen Open project: luqui/space-shooter

Public Methods

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

Method Details

Clone() public abstract method

public abstract Clone ( ) : DamageComponent
return DamageComponent

Die() public abstract method

public abstract Die ( ) : void
return void

OnHit() public abstract method

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