Exemplo n.º 1
0
 public PlayerConfig FindPlayer(string key) => AllPlayers.First(p => p.key == key);