Class ArenaSkills
[Serializable]
public class ArenaSkills : IEnumerable<ArenaSkill>, IEnumerable
- Inheritance
-
ArenaSkills
- Implements
- Inherited Members
Methods
Add(ArenaSkill)
public void Add(ArenaSkill skill)
Parameters
skill
ArenaSkill
Clear()
public void Clear()
GetCooldown(int)
public int GetCooldown(int skillId)
Parameters
skillId
int
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
random
IRandom
Returns
SelectWithoutDefaultAttack(IRandom)
public ArenaSkill SelectWithoutDefaultAttack(IRandom random)
Parameters
random
IRandom
Returns
SetCooldown(int, int)
public void SetCooldown(int skillId, int cooldown)