Свойство | Тип | Описание | |
---|---|---|---|
shootPoint | Transform |
Метод | Описание | |
---|---|---|
Attack ( UnitStats, targetHealth ) : void | ||
Awake ( ) : void | ||
Heal ( float healAmount, UnitStats, healTarget ) : void | ||
Shoot ( UnitStats, targetHealth ) : void |
public Attack ( UnitStats, targetHealth ) : void | ||
targetHealth | UnitStats, | |
Результат | void |
public Heal ( float healAmount, UnitStats, healTarget ) : void | ||
healAmount | float | |
healTarget | UnitStats, | |
Результат | void |
public Shoot ( UnitStats, targetHealth ) : void | ||
targetHealth | UnitStats, | |
Результат | void |