fix: 修复混淆导致的重载方法丢失
This commit is contained in:
parent
202dc9f00c
commit
c095593c41
@ -8,14 +8,15 @@ import java.nio.file.Paths;
|
||||
import javax.script.ScriptEngineManager;
|
||||
|
||||
import lombok.SneakyThrows;
|
||||
import pw.yumc.YumCore.annotation.NotProguard;
|
||||
import pw.yumc.YumCore.engine.MiaoScriptEngine;
|
||||
|
||||
/**
|
||||
* Created with IntelliJ IDEA
|
||||
*
|
||||
* @author 喵♂呜
|
||||
* Created on 2017/10/25 21:01.
|
||||
*/
|
||||
@NotProguard
|
||||
public class ScriptEngine {
|
||||
private String root;
|
||||
private Object logger;
|
||||
|
Loading…
Reference in New Issue
Block a user