Table of Contents

Class CharacterLevelSheet

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class CharacterLevelSheet : Sheet<int, CharacterLevelSheet.Row>, IDictionary<int, CharacterLevelSheet.Row>, ICollection<KeyValuePair<int, CharacterLevelSheet.Row>>, IEnumerable<KeyValuePair<int, CharacterLevelSheet.Row>>, IEnumerable, ISheet
Inheritance
CharacterLevelSheet
Implements
Inherited Members

Constructors

CharacterLevelSheet()

public CharacterLevelSheet()

Methods

GetLevel(long)

public int GetLevel(long exp)

Parameters

exp long

Returns

int

TryGetLevel(long, out int)

public bool TryGetLevel(long exp, out int level)

Parameters

exp long
level int

Returns

bool