2014-09-24 02:26:27 +02:00
|
|
|
package appeng.me.cache.helpers;
|
|
|
|
|
|
|
|
import appeng.api.networking.IGridConnection;
|
|
|
|
|
|
|
|
public class ConnectionWrapper
|
|
|
|
{
|
|
|
|
|
|
|
|
public IGridConnection connection;
|
|
|
|
|
|
|
|
public ConnectionWrapper(IGridConnection gc) {
|
|
|
|
connection = gc;
|
|
|
|
}
|
|
|
|
|
2014-01-21 16:58:41 +01:00
|
|
|
}
|