Moved store to warpsea.xml
This commit is contained in:
parent
665dee9d0f
commit
33eee1255b
12 changed files with 120 additions and 87 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue