Struct PlayerPoints
Value pair of XP and credits for a player.
public struct PlayerPoints
- Inherited Members
Properties
Credits
public double Credits { readonly get; set; }
Property Value
WasFound
public bool WasFound { readonly get; set; }
Property Value
XP
public double XP { readonly get; set; }