buildcraft/api/cofh/api/energy/package-info.java

11 lines
264 B
Java
Raw Normal View History

2014-09-03 11:09:51 +02:00
/**
* (C) 2014 Team CoFH / CoFH / Cult of the Full Hub
2014-09-03 11:09:51 +02:00
* http://www.teamcofh.com
*/
@API(apiVersion = CoFHAPIProps.VERSION, owner = "CoFHAPI", provides = "CoFHAPI|energy")
package cofh.api.energy;
2014-12-22 12:08:17 +01:00
import cofh.api.CoFHAPIProps;
import cpw.mods.fml.common.API;
2014-12-22 12:08:17 +01:00