Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
2c9c142b2f18c4dd99a7801389501170ba4ef27a
/
.
/
li
/
cil
/
oc
/
common
/
tileentity
/
PowerInformation.scala
blob: 4eade5ec2593809624d9c34bc77bb8b4142af5b7 [
file
] [
log
] [
blame
] [
raw
]
package
li
.
cil
.
oc
.
common
.
tileentity
trait
PowerInformation
extends
TileEntity
{
var
globalPower
=
0.0
}