C# Class BirdKeeper, UrsaMajor

Inheritance: ShootingEnemy
Mostra file Open project: BJarv/UrsaMajor

Public Methods

Method Description
Hurt ( float damage ) : void

Protected Methods

Method Description
Attack ( ) : void
Start ( ) : void

Method Details

Attack() protected method

protected Attack ( ) : void
return void

Hurt() public method

public Hurt ( float damage ) : void
damage float
return void

Start() protected method

protected Start ( ) : void
return void