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

com.uwsoft.editor.renderer.data.RuntimeProjectVO Maven / Gradle / Ivy

Go to download

overlap2d-runtime-libgdx provides functionality to load, manipulate and render scenes generated by Overlap2D.

The newest version!
package com.uwsoft.editor.renderer.data;

import java.util.ArrayList;

public class RuntimeProjectVO {

	public ResolutionEntryVO originalResolution = new ResolutionEntryVO();
	public ArrayList resolutions = new ArrayList();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy