Table of Contents

Class Player.ExpData

Namespace
Nekoyume.Model
Assembly
Lib9c.dll
[Serializable]
public class Player.ExpData : ICloneable
Inheritance
Player.ExpData
Implements
Inherited Members

Constructors

ExpData()

public ExpData()

ExpData(ExpData)

protected ExpData(Player.ExpData value)

Parameters

value Player.ExpData

Properties

Current

public long Current { get; set; }

Property Value

long

Max

public long Max { get; }

Property Value

long

Need

public long Need { get; }

Property Value

long

Methods

Clone()

Creates a new object that is a copy of the current instance.

public object Clone()

Returns

object

A new object that is a copy of this instance.

Set(Row)

public void Set(CharacterLevelSheet.Row row)

Parameters

row CharacterLevelSheet.Row