Skip to content

Commit cc07721

Browse files
author
babelshift
committed
Fixed missing using.
1 parent 3815768 commit cc07721

2 files changed

Lines changed: 3 additions & 23 deletions

File tree

SteamWebAPI2.Models/DOTA2/MatchHistoryResultContainer.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
using Newtonsoft.Json;
2+
using SteamWebAPI2.Models.Utilities;
3+
using System;
24
using System.Collections.Generic;
35

46
namespace SteamWebAPI2.Models.DOTA2

SteamWebAPI2.Models/SteamWebAPI2.Models.csproj

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -58,37 +58,18 @@
5858
<Compile Include="CSGO\ServerStatusResult.cs" />
5959
<Compile Include="CSGO\ServerStatusResultContainer.cs" />
6060
<Compile Include="CSGO\Services.cs" />
61-
<Compile Include="DOTA2\GameItem.cs" />
62-
<Compile Include="DOTA2\GameItemResult.cs" />
6361
<Compile Include="DOTA2\GameItemResultContainer.cs" />
6462
<Compile Include="DOTA2\HeroResultContainer.cs" />
6563
<Compile Include="DOTA2\ItemIconPathResultContainer.cs" />
6664
<Compile Include="DOTA2\LeagueResultContainer.cs" />
6765
<Compile Include="DOTA2\LiveLeagueGameResultContainer.cs" />
68-
<Compile Include="DOTA2\MatchHistoryBySequenceNumberResult.cs" />
69-
<Compile Include="DOTA2\MatchHistoryMatch.cs" />
70-
<Compile Include="DOTA2\MatchHistoryPlayer.cs" />
71-
<Compile Include="DOTA2\MatchHistoryResult.cs" />
7266
<Compile Include="DOTA2\MatchHistoryBySequenceNumberResultContainer.cs" />
7367
<Compile Include="DOTA2\MatchHistoryResultContainer.cs" />
74-
<Compile Include="DOTA2\MatchPlayerAbilityUpgrade.cs" />
75-
<Compile Include="DOTA2\MatchDetailResult.cs" />
7668
<Compile Include="DOTA2\MatchDetailResultContainer.cs" />
77-
<Compile Include="DOTA2\MatchPickBan.cs" />
78-
<Compile Include="DOTA2\MatchPlayer.cs" />
79-
<Compile Include="DOTA2\PrizePoolResult.cs" />
8069
<Compile Include="DOTA2\PrizePoolResultContainer.cs" />
81-
<Compile Include="DOTA2\ProPlayerListResult.cs" />
8270
<Compile Include="DOTA2\ProPlayerListResultContainer.cs" />
83-
<Compile Include="DOTA2\PlayerOfficialInfoResult.cs" />
8471
<Compile Include="DOTA2\PlayerOfficialInfoResultContainer.cs" />
85-
<Compile Include="DOTA2\ProPlayerInfo.cs" />
86-
<Compile Include="DOTA2\ProPlayerLeaderboard.cs" />
87-
<Compile Include="DOTA2\Rarity.cs" />
88-
<Compile Include="DOTA2\RarityResult.cs" />
8972
<Compile Include="DOTA2\RarityResultContainer.cs" />
90-
<Compile Include="DOTA2\TeamInfoResult.cs" />
91-
<Compile Include="DOTA2\TeamInfo.cs" />
9273
<Compile Include="DOTA2\TeamInfoResultContainer.cs" />
9374
<Compile Include="GameEconomy\EconItemResultContainer.cs" />
9475
<Compile Include="GameEconomy\SchemaResultContainer.cs" />
@@ -100,11 +81,9 @@
10081
<Compile Include="GameSchema.cs" />
10182
<Compile Include="Group.cs" />
10283
<Compile Include="LineItem.cs" />
103-
<Compile Include="PlayerSummaryResponseContainer.cs" />
104-
<Compile Include="PlayerSummaryResponse.cs" />
84+
<Compile Include="PlayerSummaryResultContainer.cs" />
10585
<Compile Include="Profile.cs" />
10686
<Compile Include="Properties\AssemblyInfo.cs" />
107-
<Compile Include="SteamApiList.cs" />
10887
<Compile Include="SteamApiListContainer.cs" />
10988
<Compile Include="SteamAppListResultContainer.cs" />
11089
<Compile Include="SteamEconomy\AssetClassInfoResultContainer.cs" />
@@ -116,7 +95,6 @@
11695
<Compile Include="UserBanStatus.cs" />
11796
<Compile Include="UserGroupListResultContainer.cs" />
11897
<Compile Include="UserStats.cs" />
119-
<Compile Include="PlayerSummary.cs" />
12098
<Compile Include="Utilities\AssetClassInfoJsonConverter.cs" />
12199
<Compile Include="Utilities\CSGODataCenterJsonConverter.cs" />
122100
<Compile Include="Utilities\DateTimeExtensions.cs" />

0 commit comments

Comments
 (0)