C# Class Skill_TimeStop, Castle-Bashers

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

Public Properties

Property Type Description
layer GameObject
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
modHealth ( GameObject caller, bool add = true, float val = 1.4f ) : 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

layer public_oe property

public GameObject layer
return GameObject

test public_oe property

public bool test
return bool