Table of Contents

Class StakeRegularFixedRewardSheet.RewardInfo

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class StakeRegularFixedRewardSheet.RewardInfo
Inheritance
StakeRegularFixedRewardSheet.RewardInfo
Inherited Members

Constructors

RewardInfo(int, int)

public RewardInfo(int itemId, int count)

Parameters

itemId int
count int

RewardInfo(params string[])

public RewardInfo(params string[] fields)

Parameters

fields string[]

Fields

Count

public readonly int Count

Field Value

int

ItemId

public readonly int ItemId

Field Value

int

Methods

Equals(RewardInfo)

protected bool Equals(StakeRegularFixedRewardSheet.RewardInfo other)

Parameters

other StakeRegularFixedRewardSheet.RewardInfo

Returns

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.