Moved store to warpsea.xml

This commit is contained in:
Willem Cazander 2022-02-21 18:46:02 +01:00
parent 665dee9d0f
commit 33eee1255b
12 changed files with 120 additions and 87 deletions

View file

@ -0,0 +1,38 @@
package love.distributedrebirth.warpme.sea;
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
public class WaterSeaChain {
private String path;
private String key;
private String tag;
public WaterSeaChain() {
}
public String getPath() {
return path;
}
public void setPath(String path) {
this.path = path;
}
public String getKey() {
return key;
}
public void setKey(String key) {
this.key = key;
}
public String getTag() {
return tag;
}
public void setTag(String tag) {
this.tag = tag;
}
}