Property | Type | Description | |
---|---|---|---|
shootPoint | Transform |
Method | Description | |
---|---|---|
Attack ( UnitStats, targetHealth ) : void | ||
Awake ( ) : void | ||
Heal ( float healAmount, UnitStats, healTarget ) : void | ||
Shoot ( UnitStats, targetHealth ) : void |
public Attack ( UnitStats, targetHealth ) : void | ||
targetHealth | UnitStats, | |
return | void |
public Heal ( float healAmount, UnitStats, healTarget ) : void | ||
healAmount | float | |
healTarget | UnitStats, | |
return | void |
public Shoot ( UnitStats, targetHealth ) : void | ||
targetHealth | UnitStats, | |
return | void |