Faction Test 100.6.0.0
This commit is contained in:
@@ -224,7 +224,7 @@ namespace Steamworks.Ugc
|
||||
}
|
||||
}
|
||||
|
||||
private ItemState State => (ItemState) SteamUGC.Internal.GetItemState( Id );
|
||||
private ItemState State => (ItemState)(SteamUGC.Internal?.GetItemState( Id ) ?? 0);
|
||||
|
||||
public static async Task<Item?> GetAsync( PublishedFileId id, int maxageseconds = 60 * 30 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user