package com.lody.virtual.client.hook.patchs.window; /** * @author Lody * */ /* package */ class SetAppStartingWindow extends BasePatchSession { @Override public String getName() { return "setAppStartingWindow"; } }