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

Add basic chat plugin harness (no plugin loading implemented)

This commit is contained in:
NG (Graham)
2026-01-13 19:29:27 -05:00
parent d04984239c
commit 7224a9b5aa
10 changed files with 125 additions and 2 deletions

View File

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