mirror of
https://github.com/Anime-Game-Servers/AnimeGamesLua.git
synced 2024-11-23 04:19:41 +00:00
44caa6d85d
* Added LuaStatic annotation to allow auto loading of lua enums/models * Added LuaNames annotation handling to allow alternate names in lua * Moved some more Scriptlib handlers into its own model * First draft of activity group handling * Moved some engine classes to kotlin
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
rootProject.name = "AnimeGameLua"
|
|
include("LuaJEngine")
|
|
include("JNLuaEngine")
|
|
include("GILua")
|
|
include("base")
|