(server) chore: Rearrange server structure (#33)

This commit is contained in:
2025-07-14 17:53:26 +08:00
parent e35236b8ef
commit 0c86730384
7 changed files with 87 additions and 94 deletions

View File

@ -0,0 +1,2 @@
pub(crate) mod game_service;
pub(crate) mod general_service;