18 lines
374 B
Java
18 lines
374 B
Java
|
|
package love.distributedrebirth.warpme.ship;
|
||
|
|
|
||
|
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||
|
|
|
||
|
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||
|
|
public class WaterDevice {
|
||
|
|
|
||
|
|
private WaterShip ship;
|
||
|
|
|
||
|
|
public WaterShip theShip() {
|
||
|
|
return ship;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void buildShip(WaterShip ship) {
|
||
|
|
this.ship = ship;
|
||
|
|
}
|
||
|
|
}
|