C# Class FuseMisc.Friend

Representation of another player that is contained in the user's friend list.
Show file Open project: fusepowered/FuseSDKUnity

Public Properties

Property Type Description
AccountId string
Alias string
FuseId string
Pending bool

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

AccountId public property

Id that the user used to log in.
public string AccountId
return string

Alias public property

Alias that the user used to log in.
public string Alias
return string

FuseId public property

A unique id generated by the Fuse system.
public string FuseId
return string

Pending public property

public bool Pending
return bool