gdxapp4d/gdxapp4d-lib-warpme/src/main/java/love/distributedrebirth/warpme/ship/WaterShipWarp.java

25 lines
460 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package love.distributedrebirth.warpme.ship;
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
@BãßBȍőnAuthorInfoʸᴰ(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
public class WaterShipWarp {
private String sea;
public WaterShipWarp() {
}
public WaterShipWarp(String sea) {
setSea(sea);
}
public String getSea() {
return sea;
}
public void setSea(String sea) {
this.sea = sea;
}
}