Advertisement
HaLo2FrEeEk

GameViewerPlayer

Mar 10th, 2011
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. public class GameViewerPlayer
  2. {
  3.     public string Gamertag { get; set; }
  4.     public bool IsGuest { get; set; }
  5.     public string PXD { get; set; }
  6.     public int PlayerId { get; set; }
  7.     public string Team { get; set; }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement