class Profile

in global :: Sandbox . Services . Players

Player profile


public SteamId Id { get; set; }

😔 No documentation found.

public string Name { get; set; }

😔 No documentation found.

public string Url { get; set; }

😔 No documentation found.

public bool Online { get; set; }

😔 No documentation found.

public bool Private { get; set; }

😔 No documentation found.

public int Score { get; set; }

😔 No documentation found.

public string Avatar { get; set; }

😔 No documentation found.

public bool IsFriend { get; }

😔 No documentation found.

public static Profile Local { get; }

😔 No documentation found.

public static Task<Profile> Get( SteamId steamid )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public Profile( )

😔 No documentation found.