Esempio n. 1
0
 /// <summary>
 /// Casts a Rage/Cunning buff. Does not include Furies.
 /// </summary>
 /// <returns>True if the spell was cast; false otherwise.</returns>
 public async Task <bool> Rage()
 {
     return(await SpellCommands.CastRage(Self, RageSpell, RageStatus));
 }