Skip to content

Commit 2b3d82c

Browse files
author
Justin
committed
2 parents c4bdd7c + dc449e2 commit 2b3d82c

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)