Feature fixes and enhancements, version change

This commit is contained in:
paulevsGitch 2021-12-20 04:52:07 +03:00
parent 572ee609d5
commit 8809151a8b
8 changed files with 48 additions and 38 deletions

View file

@ -9,9 +9,7 @@ import ru.bclib.integration.modmenu.ModMenuIntegration.ModMenuScreenFactory;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import java.util.HashMap;
import java.util.Map;
import java.util.function.Function;
@Deprecated
class ModMenuScreenFactoryImpl {