Class Skills
[Serializable]
public class Skills : IEnumerable<Skill>, IEnumerable
- Inheritance
-
Skills
- Implements
- Inherited Members
Methods
Add(Skill)
public void Add(Skill skill)
Parameters
skillSkill
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<Skill> GetEnumerator()
Returns
- IEnumerator<Skill>
An enumerator that can be used to iterate through the collection.
ReduceCooldown()
public void ReduceCooldown()
ReduceCooldownV1()
[Obsolete("ReduceCooldown")]
public void ReduceCooldownV1()
Select(IRandom)
public Skill Select(IRandom random)
Parameters
randomIRandom
Returns
SelectV1(IRandom)
[Obsolete("Use Select")]
public Skill SelectV1(IRandom random)
Parameters
randomIRandom
Returns
SelectV2(IRandom)
[Obsolete("Use Select")]
public Skill SelectV2(IRandom random)
Parameters
randomIRandom
Returns
SelectWithoutDefaultAttack(IRandom)
public Skill SelectWithoutDefaultAttack(IRandom random)
Parameters
randomIRandom
Returns
SetCooldown(int, int)
public void SetCooldown(int skillId, int cooldown)