Update to water shot with addict code
This commit is contained in:
parent
a05493c56c
commit
0c906b701f
8 changed files with 142 additions and 43 deletions
|
|
@ -0,0 +1,34 @@
|
|||
package love.distributedrebirth.warpme.hash;
|
||||
|
||||
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||
|
||||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||
public class WaterShotHash {
|
||||
|
||||
private String file;
|
||||
private String hex;
|
||||
|
||||
public WaterShotHash() {
|
||||
}
|
||||
|
||||
public WaterShotHash(String file, String hex) {
|
||||
setFile(file);
|
||||
setHex(hex);
|
||||
}
|
||||
|
||||
public String getFile() {
|
||||
return file;
|
||||
}
|
||||
|
||||
public void setFile(String file) {
|
||||
this.file = file;
|
||||
}
|
||||
|
||||
public String getHex() {
|
||||
return hex;
|
||||
}
|
||||
|
||||
public void setHex(String hex) {
|
||||
this.hex = hex;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue