mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-05 00:29:08 +01:00
10 lines
220 B
Java
10 lines
220 B
Java
|
/**
|
||
|
* (C) 2014 Team CoFH / CoFH / Cult of the Full Hub
|
||
|
* http://www.teamcofh.com
|
||
|
*/
|
||
|
@API(apiVersion = CoFHAPIProps.VERSION, owner = "CoFHLib", provides = "CoFHAPI")
|
||
|
package cofh.api;
|
||
|
|
||
|
import cpw.mods.fml.common.API;
|
||
|
|