public void AddPlayer(LCRPlayer p) { currentPlayers.Add(p); }
public void AddPlayer() { LCRPlayer p = new LCRPlayer(); AddPlayer(p); }