mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-10-29 19:11:05 +00:00
ok
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user