Class StakeRegularFixedRewardSheet.RewardInfo
[Serializable]
public class StakeRegularFixedRewardSheet.RewardInfo
- Inheritance
-
StakeRegularFixedRewardSheet.RewardInfo
- Inherited Members
Constructors
RewardInfo(int, int)
public RewardInfo(int itemId, int count)
Parameters
RewardInfo(params string[])
public RewardInfo(params string[] fields)
Parameters
fields
string[]
Fields
Count
public readonly int Count
Field Value
ItemId
public readonly int ItemId
Field Value
Methods
Equals(RewardInfo)
protected bool Equals(StakeRegularFixedRewardSheet.RewardInfo other)
Parameters
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.