Property | Type | Description | |
---|---|---|---|
test | bool |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
UseSkill ( GameObject caller, GameObject target = null, System optionalParameters = null ) : void |
Method | Description | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void |
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 |
public UseSkill ( GameObject caller, GameObject target = null, System optionalParameters = null ) : void | ||
caller | GameObject | |
target | GameObject | |
optionalParameters | System | |
return | void |