This commit is contained in:
Alexander Storozhuk 2018-04-14 14:02:03 +03:00
parent 072ef291a0
commit 616fcc400d

View File

@ -26,7 +26,7 @@ public void Dispose()
} }
/// <summary> /// <summary>
/// Find a rich presence data by key for current user. Will be null if not found. /// Find a rich presence value by key for current user. Will be null if not found.
/// </summary> /// </summary>
public string GetRichPresence( string key ) public string GetRichPresence( string key )
{ {
@ -37,7 +37,7 @@ public string GetRichPresence( string key )
} }
/// <summary> /// <summary>
/// Sets rich presence value by key for current user. /// Sets a rich presence value by key for current user.
/// </summary> /// </summary>
public bool SetRichPresence( string key, string value ) public bool SetRichPresence( string key, string value )
{ {