!281 [ISSUE #I9H6GN] 支持 Kotlin 脚本语言

Merge pull request !281 from DaleLee/issue/#I9H6GN
This commit is contained in:
铂赛东
2024-05-13 04:17:17 +00:00
committed by Gitee
71 changed files with 1909 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ public enum ScriptTypeEnum {
PYTHON("python", "python"),
LUA("luaj", "lua"),
AVIATOR("AviatorScript", "aviator"),
JAVA("java", "java");
JAVA("java", "java"),
KOTLIN("kotlin", "kotlin");
private String engineName;