mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-13 15:18:07 +03:00
Update InventoryTest.cs
This commit is contained in:
parent
586f4ee6f2
commit
43f09dc2ed
@ -61,7 +61,7 @@ namespace Steamworks
|
||||
|
||||
foreach ( var item in items )
|
||||
{
|
||||
Console.WriteLine( $"{item.Id} / {item.DefId} / {item.Quantity} / {item.Def.Name} " );
|
||||
Console.WriteLine( $"{item.Id} / {item.DefId} / {item.Quantity} / {item.Def?.Name} " );
|
||||
|
||||
foreach ( var prop in item.Properties )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user