Move libs to top level
This commit is contained in:
parent
87ce108bd1
commit
57f46b2210
212 changed files with 16 additions and 29 deletions
|
|
@ -0,0 +1,16 @@
|
|||
package love.distributedrebirth.numberxd.x4o;
|
||||
|
||||
import love.distributedrebirth.numberxd.base2t.type.V036Teger;
|
||||
|
||||
public class V072TongP1 {
|
||||
|
||||
private V036Teger value;
|
||||
|
||||
public V036Teger theValue() {
|
||||
return value;
|
||||
}
|
||||
|
||||
public void setValue(V036Teger value) {
|
||||
this.value = value;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue