Table of Contents

Class ArenaSkills

Namespace
Nekoyume.Model
Assembly
Lib9c.dll
[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

int

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

ArenaSkill

SelectWithoutDefaultAttack(IRandom)

public ArenaSkill SelectWithoutDefaultAttack(IRandom random)

Parameters

random IRandom

Returns

ArenaSkill

SetCooldown(int, int)

public void SetCooldown(int skillId, int cooldown)

Parameters

skillId int
cooldown int