Class ArenaSkills
[Serializable]
public class ArenaSkills : IEnumerable<ArenaSkill>, IEnumerable
- Inheritance
-
ArenaSkills
- Implements
- Inherited Members
Methods
Add(ArenaSkill)
public void Add(ArenaSkill skill)
Parameters
skillArenaSkill
Clear()
public void Clear()
GetCooldown(int)
public int GetCooldown(int skillId)
Parameters
skillIdint
Returns
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<ArenaSkill> GetEnumerator()
Returns
- IEnumerator<ArenaSkill>
An enumerator that can be used to iterate through the collection.
ReduceCooldown()
public void ReduceCooldown()
Select(IRandom)
public ArenaSkill Select(IRandom random)
Parameters
randomIRandom
Returns
SelectWithoutDefaultAttack(IRandom)
public ArenaSkill SelectWithoutDefaultAttack(IRandom random)
Parameters
randomIRandom
Returns
SetCooldown(int, int)
public void SetCooldown(int skillId, int cooldown)