Class CustomEquipmentCraftOptionSheet.Row
[Serializable]
public class CustomEquipmentCraftOptionSheet.Row : SheetRow<int>
- Inheritance
-
CustomEquipmentCraftOptionSheet.Row
- Inherited Members
-
Properties
Id
Property Value
- int
ItemSubType
public ItemSubType ItemSubType { get; }
Property Value
- ItemSubType
Key
public override int Key { get; }
Property Value
- int
Ratio
public int Ratio { get; }
Property Value
- int
SubStatData
public List<CustomEquipmentCraftOptionSheet.SubStat> SubStatData { get; }
Property Value
- List<CustomEquipmentCraftOptionSheet.SubStat>
TotalOptionRatio
public int TotalOptionRatio { get; }
Property Value
- int
Methods
Set(IReadOnlyList<string>)
public override void Set(IReadOnlyList<string> fields)
Parameters
fields
IReadOnlyList<string>