C# Class PunchingControllerPrototype, dreams

Inheritance: MonoBehaviour
Exibir arquivo Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Public Methods

Method Description
AttackEvent ( ) : void

Event called from the InputHandler script

Private Methods

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

Method Details

AttackEvent() public method

Event called from the InputHandler script
public AttackEvent ( ) : void
return void