1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-29 19:11:05 +00:00
This commit is contained in:
Fastium
2022-06-16 23:29:36 +02:00
parent 3e96178c0f
commit 790fd9d4ec
9 changed files with 51 additions and 178 deletions

View File

@@ -4,6 +4,7 @@ public class Line {
public String line;
public boolean attackOn;
//in the battle screen the line is played and attack on is used by the button
Line( String line, boolean attackOn){
this.line = line;
this.attackOn = attackOn;