예제 #1
0
 public Head2Head()
 {
     var cache = new SiteCache();
     this.players = cache.GetPlayers();
     this.Games = new List<GameResult>();
 }
예제 #2
0
 public Game()
 {
     var cache = new SiteCache();
     this.players = cache.GetPlayers();
 }