Added force and pressure to connection types

This commit is contained in:
DarkGuardsman 2013-09-04 22:23:05 -04:00
parent 1065f3e66e
commit d617d914e5

View file

@ -11,10 +11,11 @@ public interface ITileConnector
{
Eletricity(),
FLUIDS(),
FORCE(),
PRESSURE(),
ITEMS(),
DATA(),
TILE(),
NETWORK();
}
}