2022-02-24 02:28:26 +01:00
|
|
|
package love.distributedrebirth.warpme.ship;
|
|
|
|
|
|
2022-10-15 02:34:58 +02:00
|
|
|
import love.distributedrebirth.bassboonyd.info.BãßBȍőnAuthor注;
|
2022-02-24 02:28:26 +01:00
|
|
|
|
2022-10-15 02:34:58 +02:00
|
|
|
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
2022-02-24 02:28:26 +01:00
|
|
|
public class WaterDevice {
|
|
|
|
|
|
|
|
|
|
private WaterShip ship;
|
|
|
|
|
|
|
|
|
|
public WaterShip theShip() {
|
|
|
|
|
return ship;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void buildShip(WaterShip ship) {
|
|
|
|
|
this.ship = ship;
|
|
|
|
|
}
|
|
|
|
|
}
|