1
0
Fork 0

Add score player

This commit is contained in:
MrDev023 2017-01-21 00:01:42 +01:00
parent 89c691beca
commit 4ae8175fda
7 changed files with 267 additions and 246 deletions

View file

@ -18,6 +18,7 @@ public abstract class GUI {
this.y = y;
this.width = 0;
this.height = 0;
this.action = new ActionGUI();
}
public void setAction(IActionGUI action){