Added warpme features
This commit is contained in:
parent
84055bdcdc
commit
b7361c05d0
23 changed files with 163 additions and 10 deletions
|
|
@ -0,0 +1,14 @@
|
|||
package love.distributedrebirth.warpme.store;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||
|
||||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||
public class WaterPathLibrary {
|
||||
|
||||
private String name;
|
||||
private String resources;
|
||||
private List<WaterPathLibraryFile> files;
|
||||
private List<WaterPathDependency> dependencies;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue