Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
9455e430c9965ea4c7f8f8c68874b5351f7f56a8
/
.
/
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
();
}