Skip to content

Commit 5b3cd2a

Browse files
Add RakSAMP Lite Lua API definitions addon (#253)
* New addon * chore: Update Addon Metadata --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0723c21 commit 5b3cd2a

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@
9696
[submodule "addons/moonloader/module"]
9797
path = addons/moonloader/module
9898
url = https://github.com/GovnocodedByChapo/moonloader-definitions.git
99+
[submodule "addons/raksamplite/module"]
100+
path = addons/raksamplite/module
101+
url = https://github.com/DepsCian/raksamp-lite-definitions.git
99102
[submodule "addons/tex-lualibs/module"]
100103
path = addons/tex-lualibs/module
101104
url = https://github.com/LuaCATS/tex-lualibs.git

addons/raksamplite/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": "RakSAMP Lite",
4+
"description": "Lua API definition for RakSamp Lite (https://www.blast.hk/threads/108052/)",
5+
"size": 14471,
6+
"hasPlugin": false
7+
}

addons/raksamplite/module

Submodule module added at ff6a6ee

0 commit comments

Comments
 (0)