Class ArenaSheet.RoundData
- Namespace
- Nekoyume.TableData
- Assembly
- Lib9c.dll
[Serializable]
public class ArenaSheet.RoundData
- Inheritance
-
ArenaSheet.RoundData
- Inherited Members
-
Constructors
RoundData(int, int, ArenaType, long, long, int, long, long, long, int, int, int)
public RoundData(int championshipId, int round, ArenaType arenaType, long startBlockIndex, long endBlockIndex, int requiredMedalCount, long entranceFee, long ticketPrice, long additionalTicketPrice, int maxPurchaseCount, int maxPurchaseCountWithInterval, int medalId = 0)
Parameters
championshipId int
round int
arenaType ArenaType
startBlockIndex long
endBlockIndex long
requiredMedalCount int
entranceFee long
ticketPrice long
additionalTicketPrice long
maxPurchaseCount int
maxPurchaseCountWithInterval int
medalId int
Properties
AdditionalTicketPrice
public long AdditionalTicketPrice { get; }
Property Value
- long
ArenaType
public ArenaType ArenaType { get; }
Property Value
- ArenaType
ChampionshipId
public int ChampionshipId { get; }
Property Value
- int
EndBlockIndex
public long EndBlockIndex { get; }
Property Value
- long
EntranceFee
public long EntranceFee { get; }
Property Value
- long
MaxPurchaseCount
public int MaxPurchaseCount { get; }
Property Value
- int
MaxPurchaseCountWithInterval
public int MaxPurchaseCountWithInterval { get; }
Property Value
- int
MedalId
public int MedalId { get; }
Property Value
- int
RequiredMedalCount
public int RequiredMedalCount { get; }
Property Value
- int
Round
public int Round { get; }
Property Value
- int
StartBlockIndex
public long StartBlockIndex { get; }
Property Value
- long
TicketPrice
public long TicketPrice { get; }
Property Value
- long
Methods
IsTheRoundOpened(long)
public bool IsTheRoundOpened(long blockIndex)
Parameters
blockIndex long
Returns
- bool