C# Class Skill_BulkUp, Castle-Bashers

Inheritance: Skill
Mostrar archivo Open project: DevelopersGuild/Castle-Bashers

Public Methods

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

Protected Methods

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

Private Methods

Method Description
AddHealth ( GameObject caller ) : void
modDefense ( GameObject caller, bool add = true ) : void
modHealth ( GameObject caller, bool add = true, float val = 1.4f ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : 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