Added force and pressure to connection types
This commit is contained in:
parent
1065f3e66e
commit
d617d914e5
1 changed files with 2 additions and 1 deletions
|
@ -11,10 +11,11 @@ public interface ITileConnector
|
|||
{
|
||||
Eletricity(),
|
||||
FLUIDS(),
|
||||
FORCE(),
|
||||
PRESSURE(),
|
||||
ITEMS(),
|
||||
DATA(),
|
||||
TILE(),
|
||||
NETWORK();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue