mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Spelling
This commit is contained in:
parent
072ef291a0
commit
616fcc400d
@ -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 )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user