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

Add basic server-only player harness

This commit is contained in:
NG (Graham)
2025-08-16 21:32:14 -04:00
parent 94d247f8f4
commit 05bf4a097a
20 changed files with 304 additions and 21 deletions

View File

@@ -0,0 +1,8 @@
mod handler;
pub use handler::Handler;
mod traits;
pub use traits::FakeUser;
mod experimental;
pub use experimental::ExperimentalPlayer;