Skip to content

Commit 66723f2

Browse files
masakk1github-actions[bot]carsakiller
authored
Add lua-enet type annotations (#226)
* add lua-enet addon & info * remove manually put `size` and `hasplugin` from lua-enet addon * remove extra comma from info.json for lua-enet addon * re-add submodule * chore: Update Addon Metadata --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: carsakiller <[email protected]>
1 parent 65ef3a3 commit 66723f2

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,6 @@
218218
[submodule "addons/picotron/module"]
219219
path = addons/picotron/module
220220
url = https://github.com/ahai64/picotron
221+
[submodule "addons/lua-enet/module"]
222+
path = addons/lua-enet/module
223+
url = https://github.com/masakk1/LuaCATS-lua-enet.git

addons/lua-enet/info.json

+7
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": 12311,
6+
"hasPlugin": false
7+
}

addons/lua-enet/module

Submodule module added at 46b3ef3

0 commit comments

Comments
 (0)