Files
refinedstorage/src/main/java/cofh/api/package-info.java
Raoul Van den Berge f419dcd080 Switch to IntelliJ
2016-03-24 18:28:47 +01:00

10 lines
235 B
Java
Executable File

/**
* (C) 2014-2016 Team CoFH / CoFH / Cult of the Full Hub
* http://www.teamcofh.com
*/
@API(apiVersion = CoFHAPIProps.VERSION, owner = "CoFHLib", provides = "CoFHAPI")
package cofh.api;
import net.minecraftforge.fml.common.API;