diff --git a/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/TOSWarpCore.java b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/TOSWarpCore.java new file mode 100644 index 00000000..c389bca8 --- /dev/null +++ b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/TOSWarpCore.java @@ -0,0 +1,8 @@ +package love.distributedrebirth.numberxd.base2t.part.warp; + +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; + +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") +public class TOSWarpCore { + +} diff --git a/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/TOSWarpCoreDriver.java b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/TOSWarpCoreDriver.java new file mode 100644 index 00000000..13431e0f --- /dev/null +++ b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/TOSWarpCoreDriver.java @@ -0,0 +1,5 @@ +package love.distributedrebirth.numberxd.base2t.part.warp; + +public class TOSWarpCoreDriver { + +} diff --git a/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/WarpCipher.java b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/WarpCipher.java new file mode 100644 index 00000000..5382f627 --- /dev/null +++ b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/WarpCipher.java @@ -0,0 +1,40 @@ +package love.distributedrebirth.numberxd.base2t.part.warp; + +import java.util.List; + +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; + +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") +public class WarpCipher { + + String cipherName; + String cipherDescription; + List cipherHearts; + + public WarpCipher() { + } + + public String getCipherName() { + return cipherName; + } + + public void setCipherName(String cipherName) { + this.cipherName = cipherName; + } + + public String getCipherDescription() { + return cipherDescription; + } + + public void setCipherDescription(String cipherDescription) { + this.cipherDescription = cipherDescription; + } + + public List getCipherHearts() { + return cipherHearts; + } + + public void setCipherHearts(List cipherHearts) { + this.cipherHearts = cipherHearts; + } +} diff --git a/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/WarpCipherHeart.java b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/WarpCipherHeart.java new file mode 100644 index 00000000..0234ab1e --- /dev/null +++ b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/WarpCipherHeart.java @@ -0,0 +1,31 @@ +package love.distributedrebirth.numberxd.base2t.part.warp; + +import java.util.List; + +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; + +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") +public class WarpCipherHeart { + + private String partKey; + private List heartCores; + + public WarpCipherHeart() { + } + + public String getPartKey() { + return partKey; + } + + public void setPartKey(String partKey) { + this.partKey = partKey; + } + + public List getHeartCores() { + return heartCores; + } + + public void setHeartCores(List heartCores) { + this.heartCores = heartCores; + } +} diff --git a/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/WarpCipherHeartCore.java b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/WarpCipherHeartCore.java new file mode 100644 index 00000000..af7a5eac --- /dev/null +++ b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/part/warp/WarpCipherHeartCore.java @@ -0,0 +1,38 @@ +package love.distributedrebirth.numberxd.base2t.part.warp; + +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; + +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") +public class WarpCipherHeartCore { + + private String identifierTone; + private String chinaKey; + private String chinaValue; + + public WarpCipherHeartCore() { + } + + public String getIdentifierTone() { + return identifierTone; + } + + public void setIdentifierTone(String identifierTone) { + this.identifierTone = identifierTone; + } + + public String getChinaKey() { + return chinaKey; + } + + public void setChinaKey(String chinaKey) { + this.chinaKey = chinaKey; + } + + public String getChinaValue() { + return chinaValue; + } + + public void setChinaValue(String chinaValue) { + this.chinaValue = chinaValue; + } +}