diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-21 22:45:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-21 22:45:04 +0200 |
commit | 14572c5cac2e16d10a29b1cf527037be7b72ab1c (patch) | |
tree | 735b10fc6cd2292c55a8e1d85d5963c60d911abe /server/src/lib.rs | |
parent | 158d6f52ec38c823e5cb2b3e82a50add45f301df (diff) | |
download | hurrycurry-14572c5cac2e16d10a29b1cf527037be7b72ab1c.tar hurrycurry-14572c5cac2e16d10a29b1cf527037be7b72ab1c.tar.bz2 hurrycurry-14572c5cac2e16d10a29b1cf527037be7b72ab1c.tar.zst |
adjust fps camera
Diffstat (limited to 'server/src/lib.rs')
-rw-r--r-- | server/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/lib.rs b/server/src/lib.rs index c0ed8edb..a0b02ced 100644 --- a/server/src/lib.rs +++ b/server/src/lib.rs @@ -27,10 +27,10 @@ pub mod commands; pub mod data; pub mod entity; pub mod interaction; +pub mod network; pub mod scoreboard; pub mod server; pub mod state; -pub mod network; use hurrycurry_protocol::{glam::Vec2, Message}; |