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,17 @@
package love.distributedrebirth.warpme.sea;
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
public class WaterOcean {
private WaterSea sea;
public WaterSea theSea() {
return sea;
}
public void setSea(WaterSea sea) {
this.sea = sea;
}
}