feat: split out the functions so they can be shared with commands

This commit is contained in:
silver 2025-06-15 22:07:52 +01:00
parent 9d50efb757
commit 6d5ad8e418
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
3 changed files with 283 additions and 274 deletions

View file

@ -4,3 +4,4 @@ pub mod set_roles;
pub mod wolves;
pub mod renderer;
pub mod server_icon;