C# Class sMeteor, Castle-Bashers

Inheritance: Skill
Show file Open project: DevelopersGuild/Castle-Bashers

Public Methods

Method Description
UseSkill ( GameObject caller, GameObject target = null, System optionalParameters = null ) : void
addLevel ( ) : void

Protected Methods

Method Description
Start ( ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

UseSkill() public method

public UseSkill ( GameObject caller, GameObject target = null, System optionalParameters = null ) : void
caller GameObject
target GameObject
optionalParameters System
return void

addLevel() public method

public addLevel ( ) : void
return void