Skip to content

Commit 38c7bc8

Browse files
authored
Added GetSchemaForTF2Async to IEconItems
1 parent cd17957 commit 38c7bc8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/SteamWebAPI2/Interfaces/IEconItems.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ public interface IEconItems
1010
Task<ISteamWebResponse<EconItemResultModel>> GetPlayerItemsAsync(ulong steamId);
1111

1212
Task<ISteamWebResponse<Steam.Models.DOTA2.SchemaModel>> GetSchemaAsync(string language = "en_us");
13+
14+
Task<ISteamWebResponse<Steam.Models.TF2.SchemaModel>> GetSchemaForTF2Async(string language = "en_us");
1315

1416
Task<ISteamWebResponse<string>> GetSchemaUrlAsync();
1517

1618
Task<ISteamWebResponse<StoreMetaDataModel>> GetStoreMetaDataAsync(string language = "");
1719

1820
Task<ISteamWebResponse<uint>> GetStoreStatusAsync();
1921
}
20-
}
22+
}

0 commit comments

Comments
 (0)