Skip to content

Commit

Permalink
Update modules-for-reference.md (#94)
Browse files Browse the repository at this point in the history
Changed c# module link to new repo
  • Loading branch information
TuK4z authored Nov 7, 2024
1 parent 615c7ce commit 50963a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/modules-for-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Make sure to provide credit where credit is due.
| [JS module](https://github.com/altmp/altv-js-module) | The official alt:V module providing support for the JS language, using NodeJS and V8 |
| [JS module v2](https://github.com/altmp/altv-js-module-v2) | A complete rewrite of the original JS module, following a better API and cleaner code structure |
| [JS bytecode module](https://github.com/altmp/altv-js-bytecode) | The official alt:V module that transforms clientside JS files into bytecode |
| [C# module](https://github.com/FabianTerhorst/coreclr-module) | An alt:V module providing support for the C# language, has a C++ part for the module itself, and a runtime part in C# |
| [C# module](https://github.com/altmp/coreclr-module) | An alt:V module providing support for the C# language, has a C++ part for the module itself, and a runtime part in C# |
| [Rust module](https://github.com/xxshady/altv-rust) | An alt:V module providing support for Rust language, written in C++ and Rust(**UNFINISHED**) |
| [AngelScript module](https://github.com/LeonMrBonnie/altv-angelscript-module) | An alt:V module providing support for the AngelScript language, fully written in C++ |
| [Python module](https://github.com/Marvisak/altv-python-module) | An alt:V module providing support for the Python language, fully written in C++ using pybind11 (**UNFINISHED**) |
| [Go module](https://github.com/Timo972/altv-go) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) |
| [Go module](https://github.com/Timo972/altv-go) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) |

0 comments on commit 50963a1

Please sign in to comment.