Removed: Observer

This commit is contained in:
rubenpirreram
2026-05-02 19:51:12 +02:00
parent 4afe4b25b9
commit 918b056d4c
3 changed files with 0 additions and 22 deletions
@@ -1,7 +0,0 @@
package it.polimi.ingsw.gc14.Network;
import it.polimi.ingsw.gc14.Model.Game;
public interface Observer {
public void update(Game model);
}