Esempio n. 1
0
 public bool IsOnPitch(PlayerId playerId) => PlayersOnPitch.Contains(playerId);
Esempio n. 2
0
 public Player GetPlayer(PlayerId id) => AllPlayers.Find(p => p.Id == id);