mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-24 13:45:37 +03:00
Spelling
This commit is contained in:
parent
072ef291a0
commit
616fcc400d
@ -26,7 +26,7 @@ public void Dispose()
|
||||
}
|
||||
|
||||
/// <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>
|
||||
public string GetRichPresence( string key )
|
||||
{
|
||||
@ -37,7 +37,7 @@ public string GetRichPresence( string key )
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sets rich presence value by key for current user.
|
||||
/// Sets a rich presence value by key for current user.
|
||||
/// </summary>
|
||||
public bool SetRichPresence( string key, string value )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user