10 lines
250 B
Markdown
10 lines
250 B
Markdown
# SimpleProtocolLib
|
|
|
|
Network engine used to (mainly) communicate with packets
|
|
|
|
# Integrate with xmake
|
|
|
|
```lua
|
|
add_repositories("persson-repo https://git.ale-pri.com/Persson-dev/xmake-repo.git")
|
|
add_requires("splib", { debug = is_mode("debug") })
|
|
``` |