Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
eb2778d7aa546b6e2c86f9dae5ae2c85a496175d
/
.
/
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
}