Added initial game logic service

This commit is contained in:
2025-06-24 14:10:27 -04:00
parent 4c91fe3557
commit f75782885b
30 changed files with 1366 additions and 43 deletions

View File

@@ -0,0 +1,13 @@
pub mod markers;
pub mod position;
pub mod basic_info;
pub mod destination;
pub mod target;
pub mod level;
pub mod life;
pub mod magic;
pub mod client;
pub mod item;
pub mod stats;
pub mod character_graphics;
pub mod spawner;