2022-02-21 18:46:02 +01:00
|
|
|
package love.distributedrebirth.warpme.sea;
|
|
|
|
|
|
2022-10-15 02:34:58 +02:00
|
|
|
import love.distributedrebirth.bassboonyd.info.BãßBȍőnAuthor注;
|
2022-02-21 18:46:02 +01:00
|
|
|
|
2022-10-15 02:34:58 +02:00
|
|
|
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
2022-02-21 18:46:02 +01:00
|
|
|
public class WaterOcean {
|
|
|
|
|
|
2022-02-23 20:45:23 +01:00
|
|
|
private WaterSea water;
|
2022-02-21 18:46:02 +01:00
|
|
|
|
2022-02-23 20:45:23 +01:00
|
|
|
public WaterSea theWater() {
|
|
|
|
|
return water;
|
2022-02-21 18:46:02 +01:00
|
|
|
}
|
|
|
|
|
|
2022-02-23 20:45:23 +01:00
|
|
|
public void fillWater(WaterSea water) {
|
|
|
|
|
this.water = water;
|
2022-02-21 18:46:02 +01:00
|
|
|
}
|
|
|
|
|
}
|