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