C# Class RangedClass, DefendAman

Inheritance: BaseClass
Exibir arquivo Open project: CarsonRoscoe/DefendAman

Public Methods

Method Description
basicAttack ( Vector2 dir, Vector2 playerLoc ) : float
specialAttack ( Vector2 dir, Vector2 playerLoc ) : float

Method Details

basicAttack() public method

public basicAttack ( Vector2 dir, Vector2 playerLoc ) : float
dir Vector2
playerLoc Vector2
return float

specialAttack() public method

public specialAttack ( Vector2 dir, Vector2 playerLoc ) : float
dir Vector2
playerLoc Vector2
return float