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

de.rpgframework.genericrpg.items.ItemEnhancementValue Maven / Gradle / Ivy

The newest version!
package de.rpgframework.genericrpg.items;

import de.rpgframework.genericrpg.data.ComplexDataItemValue;

public class ItemEnhancementValue extends ComplexDataItemValue {

	//--------------------------------------------------------------------
	public ItemEnhancementValue() {
	}

	//--------------------------------------------------------------------
	public ItemEnhancementValue(E ref) {
		setResolved(ref);
	}

//	//--------------------------------------------------------------------
//	public ItemEnhancementValue(ItemEnhancement ref, boolean auto) {
//		setResolved(ref);
//		this.autoAdded = auto;
//	}
//
//	//-------------------------------------------------------------------
//	/**
//	 * @return the autoAdded
//	 */
//	public boolean isAutoAdded() {
//		return autoAdded;
//	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy