Class EventScheduleSheet.Row
[Serializable]
public class EventScheduleSheet.Row : SheetRow<int>
- Inheritance
-
EventScheduleSheet.Row
- Inherited Members
- Extension Methods
Properties
DungeonEndBlockIndex
public long DungeonEndBlockIndex { get; }
Property Value
DungeonExpSeedValue
public int DungeonExpSeedValue { get; }
Property Value
DungeonTicketAdditionalPrice
This value is divided by 10 and used. e.g., DecimalMath.DecimalEx.Floor(row.DungeonTicketAdditionalPrice * .1m, 2);
public int DungeonTicketAdditionalPrice { get; }
Property Value
DungeonTicketPrice
This value is divided by 10 and used. e.g., DecimalMath.DecimalEx.Floor(row.DungeonTicketPrice * .1m, 2);
public int DungeonTicketPrice { get; }
Property Value
DungeonTicketsMax
public int DungeonTicketsMax { get; }
Property Value
DungeonTicketsResetIntervalBlockRange
public int DungeonTicketsResetIntervalBlockRange { get; }
Property Value
Id
public int Id { get; }
Property Value
Key
public override int Key { get; }
Property Value
RecipeEndBlockIndex
public long RecipeEndBlockIndex { get; }
Property Value
StartBlockIndex
public long StartBlockIndex { get; }
Property Value
Methods
Set(IReadOnlyList<string>)
public override void Set(IReadOnlyList<string> fields)
Parameters
fields
IReadOnlyList<string>