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