From d3c27ca6e9bc8db891924efbebe20bdaa69db4d1 Mon Sep 17 00:00:00 2001 From: DarkGuardsman Date: Tue, 30 Jul 2013 03:13:39 -0400 Subject: [PATCH] Plan for the future Later down the road i will need some wires for my machines. The idea is to extends the UE one and insert several function to make it function better. --- src/dark/core/tile/network/NetworkPowerWires.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/dark/core/tile/network/NetworkPowerWires.java diff --git a/src/dark/core/tile/network/NetworkPowerWires.java b/src/dark/core/tile/network/NetworkPowerWires.java new file mode 100644 index 00000000..cf8e9846 --- /dev/null +++ b/src/dark/core/tile/network/NetworkPowerWires.java @@ -0,0 +1,8 @@ +package dark.core.tile.network; + +public class NetworkPowerWires +{ + /* TODO write this based on the UE universal network but with extra option, more control, and more realistic handling. + * As well a side note for making switches down the road. Add a canPowerFlowThrew method to check if power can go threw a part. + * This way the network doesn't need to be split and a lever/switch can be made in one method extend wire */ +}