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.
This commit is contained in:
DarkGuardsman 2013-07-30 03:13:39 -04:00
parent 8d70cf177c
commit d3c27ca6e9

View file

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