package com.lody.virtual.client.hook.patchs.pm; /** * @author Lody * */ /* package */ class GetPackageGidsEtc extends GetPackageGids { @Override public String getName() { return super.getName() + "Etc"; } }