Added Light P2P Tunnel

This commit is contained in:
AlgorithmX2
2014-07-15 02:25:03 -05:00
parent e1d3fdb8d7
commit 0f50c05a7d
7 changed files with 195 additions and 3 deletions
+3 -1
View File
@@ -25,7 +25,9 @@ public enum TickRates
StorageBus(5, 60),
ItemTunnel(5, 60);
ItemTunnel(5, 60),
LightTunnel(5, 120);
public int min;
public int max;