Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
e48004f1b48bfa1eea5982d23b56a446b13e19fe
/
.
/
src
/
main
/
scala
/
li
/
cil
/
oc
/
integration
/
ModProxy.java
blob: a33ed4bdc51a2c4748f64ebc71779943018beda6 [
file
] [
log
] [
blame
] [
raw
]
package
li
.
cil
.
oc
.
integration
;
public
interface
ModProxy
{
Mod
getMod
();
void
initialize
();
}