Moved to main directory instead of src folder
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package model;
|
||||
|
||||
import view.GameView;
|
||||
|
||||
public class GameModel{
|
||||
|
||||
GameView view;
|
||||
|
||||
public GameModel(GameView view)
|
||||
{
|
||||
this.view = view;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user