C# Class SpecialEnemyV1, Castle-Bashers

Inheritance: Enemy
Mostra file Open project: DevelopersGuild/Castle-Bashers

Public Properties

Property Type Description
attackCollider GameObject

Public Methods

Method Description
Act ( Type t ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
Attack ( ) : void
Dash ( ) : void

Method Details

Act() public method

public Act ( Type t ) : void
t Type
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

attackCollider public_oe property

public GameObject attackCollider
return GameObject