Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
295c4b57631876ba6c83b57946c8e22b1f34b024
/
.
/
src
/
api
/
java
/
cofh
/
api
/
energy
/
package-info.java
blob: a2b937f52928571804d486ca93183371186a20de [
file
] [
log
] [
blame
] [
raw
]
/**
* (C) 2014 Team CoFH / CoFH / Cult of the Full Hub
* http://www.teamcofh.com
*/
@API
(
apiVersion
=
"1.0"
,
owner
=
"CoFHCore"
,
provides
=
"CoFHAPI|energy"
)
package
cofh
.
api
.
energy
;
import
cpw
.
mods
.
fml
.
common
.
API
;