1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-23 01:43:28 +00:00

change screen battle

This commit is contained in:
Fastium 2022-06-13 21:58:13 +02:00
parent 2b630e1b45
commit 7a5cdf9f2d

View File

@ -15,7 +15,7 @@ public class Battle {
private int winPoint;
private boolean screenBattleOn = true;
public boolean screenBattleOn = true;
public Battle(Enemy enemy){