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

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

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

import org.prelle.simplepersist.Attribute;
import org.prelle.simplepersist.IgnoreMissingAttributes;

/**
 * @author prelle
 *
 */
@IgnoreMissingAttributes("id")
public abstract class AlternateUsage extends AGearData {

	// TODO: Definition wie Nahkampf, Fernkampf
	// oder normal, montiert,
	@Attribute
	protected U mode;
	
	//-------------------------------------------------------------------
	public U getUsageMode() {
		return mode;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy