mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-08-21 21:39:40 +03:00
Merge pull request #546 from sicklydove/master
Fixes typo in README Achievements code example
This commit is contained in:
commit
f18fcb6aa8
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ List them
|
||||||
```csharp
|
```csharp
|
||||||
foreach ( var a in SteamUserStats.Achievements )
|
foreach ( var a in SteamUserStats.Achievements )
|
||||||
{
|
{
|
||||||
Console.WriteLine( $"{a.Name} ({a.State}})" );
|
Console.WriteLine( $"{a.Name} ({a.State})" );
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue