15 lines
404 B
Java
15 lines
404 B
Java
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;
|
|
}
|