C# Class Snowshoes.Classes.Barbarian

Show file Open project: nuzayets/Snowshoes

Public Properties

Property Type Description
Earthquake Snowshoes.Common.Spell
Leap Snowshoes.Common.Spell
Primary Snowshoes.Common.Spell
Shout Snowshoes.Common.Spell
Sprint Snowshoes.Common.Spell
Warcry Snowshoes.Common.Spell

Public Methods

Method Description
AttackUnit ( Unit unit, System.TimeSpan timeout ) : bool
SprintEverywhere ( float x, float y ) : bool

Method Details

AttackUnit() public static method

public static AttackUnit ( Unit unit, System.TimeSpan timeout ) : bool
unit Unit
timeout System.TimeSpan
return bool

SprintEverywhere() public static method

public static SprintEverywhere ( float x, float y ) : bool
x float
y float
return bool

Property Details

Earthquake public static property

public static Spell,Snowshoes.Common Earthquake
return Snowshoes.Common.Spell

Leap public static property

public static Spell,Snowshoes.Common Leap
return Snowshoes.Common.Spell

Primary public static property

public static Spell,Snowshoes.Common Primary
return Snowshoes.Common.Spell

Shout public static property

public static Spell,Snowshoes.Common Shout
return Snowshoes.Common.Spell

Sprint public static property

public static Spell,Snowshoes.Common Sprint
return Snowshoes.Common.Spell

Warcry public static property

public static Spell,Snowshoes.Common Warcry
return Snowshoes.Common.Spell