C# Class FastCharacter, CLOG2015

Inheritance: CharacterBase
Mostra file Open project: bennorskov/CLOG2015

Public Methods

Method Description
Start ( ) : void
takeDamage ( float damage ) : void

Private Methods

Method Description
OnCollisionEnter ( Collision other ) : void
changeNormal ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

takeDamage() public method

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