Ejemplo n.º 1
0
 public Player GetPlayerById(int playerId)
 {
     return(playerStorage.GetPlayerById(playerId));
 }