Renamed QuantumLeap

This commit is contained in:
AlgorithmX2
2014-01-21 09:58:41 -06:00
parent 834e9c04c5
commit edae4af8ca
2 changed files with 19 additions and 12 deletions
+14
View File
@@ -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;
}
}