C# Class meleeEnemyCharacter, UrsaMajor

Inheritance: enemyCharacter
Exibir arquivo Open project: BJarv/UrsaMajor

Public Properties

Property Type Description
deathParticles GameObject

Protected Methods

Method Description
Attack ( ) : void
Death ( ) : void
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Attack() protected method

protected Attack ( ) : void
return void

Death() protected method

protected Death ( ) : void
return void

FixedUpdate() protected method

protected FixedUpdate ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

deathParticles public_oe property

public GameObject deathParticles
return GameObject