C# Class DoPowerBlast, SlashRunner

Inheritance: MonoBehaviour, IPowerUp
Exibir arquivo Open project: matthewAURA/SlashRunner

Public Properties

Property Type Description
powerBlast GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
UsePowerUp ( Avatar target ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UsePowerUp() public method

public UsePowerUp ( Avatar target ) : void
target Avatar
return void

Property Details

powerBlast public_oe property

public GameObject powerBlast
return GameObject