Add:TUI.java
This commit is contained in:
@@ -5,8 +5,8 @@ import it.polimi.ingsw.gc14.Network.NetworkEvent;
|
||||
|
||||
public interface IView {
|
||||
|
||||
void render(Game model);
|
||||
void showMessage(String message);
|
||||
void showError(String message);
|
||||
public void render(Game model);
|
||||
public void showMessage(String message);
|
||||
public void showError(String message);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user