Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
mekanism
/
9290c76c05e04f1d26356cfa68c8279cb8907140
/
.
/
common
/
mekanism
/
common
/
IUpgradeTile.java
blob: febb298737a9dd0c44b48818ae1d1cfb61245758 [
file
] [
log
] [
blame
] [
raw
]
package
mekanism
.
common
;
public
interface
IUpgradeTile
extends
IUpgradeManagement
{
public
TileComponentUpgrade
getComponent
();
}