Struct RuneEnhancement.LevelUpResult
public struct RuneEnhancement.LevelUpResult
- Inherited Members
Properties
CrystalCost
public int CrystalCost { readonly get; set; }
Property Value
LevelUpCount
public int LevelUpCount { readonly get; set; }
Property Value
NcgCost
public int NcgCost { readonly get; set; }
Property Value
RuneCost
public int RuneCost { readonly get; set; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.