Exemplo n.º 1
0
 public Player Get(int playerId)
 {
     return(_playerCache.Get(playerId));
 }