Add: Added TCP Client Handling Logic in TCPClient.java + Refactoring.

This commit is contained in:
GabrieleRadice
2026-04-19 19:05:44 +02:00
parent 5758aa2cc9
commit 2572f8f387
22 changed files with 74 additions and 279 deletions
@@ -1,7 +1,5 @@
package it.polimi.ingsw.gc14.View;
import it.polimi.ingsw.gc14.Network.TCP.NetworkEvent;
public interface IView {
// --- Setup ---
void showWelcome();