All Downloads are FREE. Search and download functionalities are using the official Maven repository.

games.rednblack.editor.renderer.data.GraphGroupVO Maven / Gradle / Ivy

The newest version!
package games.rednblack.editor.renderer.data;

import java.util.ArrayList;

public class GraphGroupVO {
    public String name = "";
    public ArrayList nodes = new ArrayList<>();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy