Class Player.ExpData
[Serializable]
public class Player.ExpData : ICloneable
- Inheritance
-
Player.ExpData
- Implements
- Inherited Members
Constructors
ExpData()
public ExpData()
ExpData(ExpData)
protected ExpData(Player.ExpData value)
Parameters
Properties
Current
public long Current { get; set; }
Property Value
Max
public long Max { get; }
Property Value
Need
public long Need { get; }
Property Value
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)