minor consolidation & handling of data from frontend to rust side

This commit is contained in:
2026-03-08 22:14:30 +08:00
parent 23c778a0bb
commit 2aa1d5f92f
26 changed files with 464 additions and 154 deletions

View File

@@ -12,8 +12,10 @@ pub mod health_manager;
pub mod health_monitor;
pub mod interaction;
pub mod petpet;
pub mod presence_state;
pub mod presence_modules;
pub mod scene;
pub mod scene_friends;
pub mod sprite_recolor;
pub mod welcome;
pub mod ws;