Class ArenaSheet.Row
- Namespace
- Nekoyume.TableData
- Assembly
- Lib9c.dll
[Serializable]
public class ArenaSheet.Row : SheetRow<int>
- Inheritance
-
ArenaSheet.Row
- Inherited Members
-
Properties
ChampionshipId
public int ChampionshipId { get; }
Property Value
- int
Key
public override int Key { get; }
Property Value
- int
Round
public List<ArenaSheet.RoundData> Round { get; }
Property Value
- List<ArenaSheet.RoundData>
Methods
Set(IReadOnlyList<string>)
public override void Set(IReadOnlyList<string> fields)
Parameters
fields
IReadOnlyList<string>
TryGetChampionshipRound(out RoundData)
public bool TryGetChampionshipRound(out ArenaSheet.RoundData roundData)
Parameters
roundData
ArenaSheet.RoundData
Returns
- bool
TryGetRound(int, out RoundData)
public bool TryGetRound(int round, out ArenaSheet.RoundData roundData)
Parameters
round
int
roundData
ArenaSheet.RoundData
Returns
- bool