-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update DOTA2/MatchPlayer & Test (#121)
- Loading branch information
1 parent
61be5e1
commit bb93e29
Showing
6 changed files
with
99 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
namespace Steam.Models.DOTA2 | ||
{ | ||
public class MatchPlayerAdditionalUnitModel | ||
{ | ||
public string Unitname { get; set; } | ||
|
||
public uint Item0 { get; set; } | ||
|
||
public uint Item1 { get; set; } | ||
|
||
public uint Item2 { get; set; } | ||
|
||
public uint Item3 { get; set; } | ||
|
||
public uint Item4 { get; set; } | ||
|
||
public uint Item5 { get; set; } | ||
|
||
public uint Backpack0 { get; set; } | ||
|
||
public uint Backpack1 { get; set; } | ||
|
||
public uint Backpack2 { get; set; } | ||
|
||
public uint ItemNeutral { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters