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

Create initial multiplayer server skeleton

This commit is contained in:
NG (Graham)
2025-07-01 20:04:11 -04:00
parent 9f74a2e76a
commit c2dc6088a0
11 changed files with 537 additions and 32 deletions

View File

@@ -22,6 +22,7 @@ members = [
"rc_singleplayer", "rc_singleplayer_room",
"rc_lobby", "rc_lobby_room",
"rc_core", "rc_database", "rc_factory",
"rc_multiplayer",
]
[workspace.dependencies]