blob: c022887c4b848e3a7e767c6c2256dbb12305dcab [file] [log] [blame] [raw]
package li.cil.oc.server.computer
import com.naef.jnlua.LuaState
import net.minecraft.nbt.NBTTagCompound
trait IComputerContext {
def signal(pid: Int, name: String, args: Any*)
}