Refactor: Divided TCP And RMI In Subfolders.

This commit is contained in:
GabrieleRadice
2026-04-17 16:16:59 +02:00
parent 9124ce8915
commit 7e3616b0de
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
package it.polimi.ingsw.gc14.Network.Server;
package it.polimi.ingsw.gc14.Network.Server.TCP;
import java.io.*;
import java.net.*;
@@ -1,4 +1,4 @@
package it.polimi.ingsw.gc14.Network.Server;
package it.polimi.ingsw.gc14.Network.Server.TCP;
import java.io.IOException;
import java.net.*;