package love.distributedrebirth.warpme.ship; import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注; @DuytsDocAuthor注(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; } }