ActuallyAdditions/src/main/java/cofh/api/energy/package-info.java

11 lines
274 B
Java
Raw Normal View History

2015-07-15 00:19:44 +02:00
/**
* (C) 2014 Team CoFH / CoFH / Cult of the Full Hub
* http://www.teamcofh.com
*/
@API(apiVersion = CoFHAPIProps.VERSION, owner = "CoFHAPI", provides = "CoFHAPI|energy")
package cofh.api.energy;
import cofh.api.CoFHAPIProps;
import net.minecraftforge.fml.common.API;
2015-07-15 00:19:44 +02:00