Struct PlayerLevelInfo
Assembly: SociallyDistant.Framework.dll
Syntax
public struct PlayerLevelInfo
Constructors
PlayerLevelInfo(ulong, int, ulong, float)
Declaration
public PlayerLevelInfo(ulong experience, int level, ulong nextLevel, float progress)
Parameters
Fields
Experience
Declaration
public readonly ulong Experience
Field Value
Level
Declaration
public readonly int Level
Field Value
NextStep
Declaration
public readonly ulong NextStep
Field Value
Progress
Declaration
public readonly float Progress
Field Value