We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293454c commit 89ec299Copy full SHA for 89ec299
.gitmodules
@@ -212,3 +212,6 @@
212
[submodule "addons/HLA-VScript/module"]
213
path = addons/HLA-VScript/module
214
url = https://github.com/FrostSource/HLA-VScript.git
215
+[submodule "addons/lua-enet/LuaCATS-lua-enet"]
216
+ path = addons/lua-enet/module
217
+ url = https://github.com/masakk1/LuaCATS-lua-enet.git
addons/lua-enet/info.json
@@ -0,0 +1,7 @@
1
+{
2
+ "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
3
+ "name": "Lua-ENet",
4
+ "description": "Definitions for the Lua-ENet library",
5
+ "size": 12000,
6
+ "hasPlugin": false
7
+}
0 commit comments