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 */ +}