Class RankingInfo
public class RankingInfo : IState
- Inheritance
-
RankingInfo
- Implements
- Inherited Members
Constructors
RankingInfo(Dictionary)
public RankingInfo(Dictionary serialized)
Parameters
serialized
Dictionary
RankingInfo(AvatarState)
public RankingInfo(AvatarState avatarState)
Parameters
avatarState
AvatarState
Fields
AgentAddress
public readonly Address AgentAddress
Field Value
- Address
ArmorId
public readonly int ArmorId
Field Value
AvatarAddress
public readonly Address AvatarAddress
Field Value
- Address
AvatarName
public readonly string AvatarName
Field Value
Exp
public readonly long Exp
Field Value
Level
public readonly int Level
Field Value
StageClearedBlockIndex
public readonly long StageClearedBlockIndex
Field Value
UpdatedAt
public readonly long UpdatedAt
Field Value
Methods
Equals(RankingInfo)
protected bool Equals(RankingInfo other)
Parameters
other
RankingInfo
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