Implement social and group managers (#72)
All checks were successful
Native code generation / deterministic (push) Successful in 15m31s
Imaging and meshing gate / native (push) Successful in 5m21s
Native Rust workspace compile / compile (push) Successful in 5m17s

This commit is contained in:
2026-08-10 18:35:09 +00:00
parent 66fbb87b3f
commit c22eef5d0e
8 changed files with 2852 additions and 1345 deletions

View File

@@ -28,7 +28,9 @@ mod current_outfit;
mod download_manager;
mod environment_manager;
mod event_queue;
mod friends_manager;
mod gesture;
mod group_manager;
mod initial_outfit;
mod inventory;
mod inventory_ais;