C# Class Skill_BoostV2, Castle-Bashers

Inheritance: Skill
Datei anzeigen Open project: DevelopersGuild/Castle-Bashers

Public Properties

Property Type Description
test bool

Public Methods

Method Description
Awake ( ) : void
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
modAnimSpd ( GameObject caller, bool add = true, float val = 0.75f ) : void
modAtkSpd ( GameObject caller, bool add = true, float val = 0.75f ) : void
modSpd ( GameObject caller, bool add = true, float val = 0.5f ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

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

Property Details

test public_oe property

public bool test
return bool