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