Skip to content

Commit 9278061

Browse files
authored
Update README.md
1 parent 11925b4 commit 9278061

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ A faster and more performance version of the Garry's Mod `net` library with addi
55
- `net.Receive` - has an additional third optional argument `string` "identifier" used for multiple receive callbacks.
66
- `net.Start` - automatically creates network strings on the server without using `util.AddNetworkString`.
77
- `net.StartX` - default `net.Start`.
8+
9+
## Where is Lua code?
10+
Written in [Yuescript](https://github.com/pigpigyyy/Yuescript), compiled Lua code can be found in [releases](https://github.com/PrikolMen/improved-network-library/releases) and [lua branch](https://github.com/PrikolMen/improved-network-library/tree/lua), or you can compile it yourself using compiled [Yuescript Compiler](https://github.com/pigpigyyy/Yuescript/releases/latest).

0 commit comments

Comments
 (0)