mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-10-29 19:11:05 +00:00
dialog ok
This commit is contained in:
12
src/Text/Line.java
Normal file
12
src/Text/Line.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package Text;
|
||||
|
||||
public class Line {
|
||||
public String line;
|
||||
public boolean attackOn;
|
||||
|
||||
Line( String line, boolean attackOn){
|
||||
this.line = line;
|
||||
this.attackOn = attackOn;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user