resonant-induction/APIs/micdoodle8/mods/galacticraft/API/ISolarLevel.java
DarkGuardsman 746be27657 added micoodle api
mainly just for solar power bonus
2013-09-20 14:45:17 -04:00

6 lines
120 B
Java

package micdoodle8.mods.galacticraft.API;
public interface ISolarLevel
{
public double getSolarEnergyMultiplier();
}