From 70bb8744cd742dc6c8a71ab174e4a1b058c7bec8 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 8 Jul 2024 17:16:06 +0200 Subject: split off protocol into its own crate --- server/src/interaction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/interaction.rs') diff --git a/server/src/interaction.rs b/server/src/interaction.rs index 25b96813..b3f6af8c 100644 --- a/server/src/interaction.rs +++ b/server/src/interaction.rs @@ -18,8 +18,8 @@ use crate::{ data::Gamedata, game::{Involvement, Item}, - protocol::{ItemIndex, TileIndex}, }; +use hurrycurry_protocol::{ItemIndex, TileIndex}; use log::info; use serde::{Deserialize, Serialize}; -- cgit v1.2.3-70-g09d2