Advertisement
HaLo2FrEeEk

ScreenshotTooltipResponse

Mar 10th, 2011
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.65 KB | None | 0 0
  1. public class ScreenshotTooltipResponse
  2. {
  3.     public string ArmoryCompletion { get; set; }
  4.     public string CommendationProgress { get; set; }
  5.     public string CovyKills { get; set; }
  6.     public string EmblemUrl { get; set; }
  7.     public bool Error { get; set; }
  8.     public string Gamertag { get; set; }
  9.     public string GamesPlayed { get; set; }
  10.     public string GradeImageUrl { get; set; }
  11.     public string GradeName { get; set; }
  12.     public string ModelUrl { get; set; }
  13.     public bool NotFound { get; set; }
  14.     public string PlayerSince { get; set; }
  15.     public string TotalChallenges { get; set; }
  16.     public string TotalKills { get; set; }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement