Deleted DimUpdatePacket

Deleted DimUpdatePacket since it's not used for anything and the file is
essentially empty.
This commit is contained in:
SenseiKiwi 2013-09-05 16:24:01 -04:00
parent a82c7ce4c2
commit 64cc95f92b

View file

@ -1,17 +0,0 @@
package StevenDimDoors.mod_pocketDim;
public class DimUpdatePacket
{
public DimUpdatePacket(int dim)
{
}
}