Added UnitXrossConverter
This commit is contained in:
parent
84738628af
commit
d97076d436
159 changed files with 9197 additions and 96 deletions
|
|
@ -0,0 +1,24 @@
|
|||
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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue