forked from wickedwaifus/wicked-waifus-rs
- Add support for multi-character formations and role switching - Refactor entity management system to handle multiple entities per map - Update attribute component to use a map-based approach for properties - Implement formation-related handlers and notifications - Add world entity management per map instance - Update player save/load logic to handle formations - Add visibility controls for active character display
3 lines
71 B
Rust
3 lines
71 B
Rust
pub mod entity_serializer;
|
|
pub mod load_role_info;
|
|
pub mod world_util;
|