diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-16 16:21:37 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-16 16:21:37 +0200 |
commit | 7c83fe7eeaac3736d5a59b270bbbbde59780e536 (patch) | |
tree | 65c59e07f7c72305690312b2d057a9b0d494a847 /server/src/customer/pathfinding.rs | |
parent | 5cad8fad7c8e8b4358c9b0290c228ac9fac164f5 (diff) | |
download | hurrycurry-7c83fe7eeaac3736d5a59b270bbbbde59780e536.tar hurrycurry-7c83fe7eeaac3736d5a59b270bbbbde59780e536.tar.bz2 hurrycurry-7c83fe7eeaac3736d5a59b270bbbbde59780e536.tar.zst |
item rendering and movement
Diffstat (limited to 'server/src/customer/pathfinding.rs')
-rw-r--r-- | server/src/customer/pathfinding.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/src/customer/pathfinding.rs b/server/src/customer/pathfinding.rs index 2b9f98f4..d1e1e997 100644 --- a/server/src/customer/pathfinding.rs +++ b/server/src/customer/pathfinding.rs @@ -15,10 +15,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ -use super::movement::MovementBase; use hurrycurry_protocol::{ - glam::{IVec2, Vec2}, - PacketS, + glam::{IVec2, Vec2}, movement::MovementBase, PacketS }; use log::trace; use std::{ |