Fix: Replaced Model With MiniModel in the client implementation and in the view
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package it.polimi.ingsw.gc14.View;
|
||||
|
||||
import it.polimi.ingsw.gc14.Model.Game;
|
||||
import it.polimi.ingsw.gc14.Model.MiniModel;
|
||||
import it.polimi.ingsw.gc14.Network.NetworkEvent;
|
||||
|
||||
public interface IView {
|
||||
public void setModel(Game game);
|
||||
public void setModel(MiniModel miniModel);
|
||||
public void render();
|
||||
public void showMessage(String message);
|
||||
public void showError(String message);
|
||||
|
||||
Reference in New Issue
Block a user