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

de.rpgframework.genericrpg.SetItemValue Maven / Gradle / Ivy

The newest version!
package de.rpgframework.genericrpg;

import de.rpgframework.genericrpg.data.ComplexDataItemValue;

/**
 * @author prelle
 *
 */
public class SetItemValue extends ComplexDataItemValue {

	//-------------------------------------------------------------------
	public SetItemValue() {
	}

	//-------------------------------------------------------------------
	public SetItemValue(SetItem data) {
		super(data);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy