de.rpgframework.genericrpg.NumericalValue Maven / Gradle / Ivy
The newest version!
package de.rpgframework.genericrpg;
/**
* @author Stefan
*
*/
public interface NumericalValue extends SelectedValue {
//--------------------------------------------------------------------
/**
* Returns the points invested into this value
* @return Invested points
*/
public int getDistributed();
//--------------------------------------------------------------------
/**
* Set the points invested into this value;
*/
public void setDistributed(int points);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy