Skip to content

Commit 89ec299

Browse files
committed
add lua-enet addon & info
1 parent 293454c commit 89ec299

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,6 @@
212212
[submodule "addons/HLA-VScript/module"]
213213
path = addons/HLA-VScript/module
214214
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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)