Renamed QuantumLeap
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
package appeng.me.cache.helpers;
|
||||
|
||||
import appeng.api.networking.IGridConnection;
|
||||
|
||||
public class ConnectionWrapper
|
||||
{
|
||||
|
||||
public IGridConnection connection;
|
||||
|
||||
public ConnectionWrapper(IGridConnection gc) {
|
||||
connection = gc;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user