7 lines
157 B
Java
7 lines
157 B
Java
package WayofTime.alchemicalWizardry.common;
|
|
|
|
public interface IBindingAgent
|
|
{
|
|
public abstract float getSuccessRateForPotionNumber(int potionEffects);
|
|
}
|