Class MonsterCollectionRewardSheet.RewardInfo
[Serializable]
public class MonsterCollectionRewardSheet.RewardInfo
- Inheritance
-
MonsterCollectionRewardSheet.RewardInfo
- Inherited Members
Constructors
RewardInfo(Dictionary)
public RewardInfo(Dictionary dictionary)
Parameters
dictionary
Dictionary
RewardInfo(int, int)
public RewardInfo(int itemId, int quantity)
Parameters
RewardInfo(params string[])
public RewardInfo(params string[] fields)
Parameters
fields
string[]
Fields
ItemId
public readonly int ItemId
Field Value
Quantity
public readonly int Quantity
Field Value
Methods
Equals(RewardInfo)
protected bool Equals(MonsterCollectionRewardSheet.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.
Serialize()
public IValue Serialize()
Returns
- IValue