gdxapp4d/lib-warpme/src/main/love/distributedrebirth/warpme/hash/WaterFileHash.java

27 lines
496 B
Java
Raw Normal View History

2022-02-21 18:19:25 +01:00
package love.distributedrebirth.warpme.hash;
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
public class WaterFileHash {
private String file;
private String hash;
public String getFile() {
return file;
}
public void setFile(String file) {
this.file = file;
}
public String getHash() {
return hash;
}
public void setHash(String hash) {
this.hash = hash;
}
}