public void updatePlayerHits(string coord) { PlayerHits.Add(coord); }
private void RecordPlayerHit(int hit) { PlayerHits.Add(hit); }