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

Add minimal robot factory functionality and arc archive support for #6

This commit is contained in:
NG (Graham)
2025-05-17 23:06:07 -04:00
parent 3f0c30f6c3
commit 3f1438c068
34 changed files with 869 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ The current PC's MAC address is also sent to the server (this is a Robocraft cli
#### Extra crates
There are two crates that are expected to be in the same folder parent folder as this project, since they may change as a result of OpenJam server development.
There are two crates that are expected to be in the same parent folder as this project, since they may change as a result of OpenJam server development.
- https://git.ngram.ca/OpenJam/libfj (Public-facing FreeJam API and data structures)
- https://git.ngram.ca/OpenJam/polariton (Photon Unity Network packet and server)