1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Create README for every crate

This commit is contained in:
NG (Graham)
2026-03-05 21:47:50 -05:00
parent ca8e5b013b
commit a391d7e45a
20 changed files with 82 additions and 0 deletions

6
rc_multiplayer/README.md Normal file
View File

@@ -0,0 +1,6 @@
# rc_multiplayer
Multiplayer LiteNetLib service.
This handles all match functionality for all gamemodes from loading into the match to sending the clients back to the main menu (garages).
This makes use of the `LiteRustLib` and `rlnl` crates which are not included in this repository but are part of the larger OpenJam project.