Tons of fixes

Added movement updates
Updated how entities are checked
Events sending between packet service all the way to the logic service
This commit is contained in:
2025-06-25 12:30:07 -04:00
parent f75782885b
commit d906cd8d64
34 changed files with 3550 additions and 186 deletions

View File

@@ -10,4 +10,5 @@ pub mod client;
pub mod item;
pub mod stats;
pub mod character_graphics;
pub mod spawner;
pub mod spawner;
pub mod computed_values;