From a99aa006599827ea999a5684e40635175c8d790a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 17 Jun 2024 23:41:25 +0200 Subject: a --- server/src/protocol.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/protocol.rs') diff --git a/server/src/protocol.rs b/server/src/protocol.rs index ae87ffb4..fa34954b 100644 --- a/server/src/protocol.rs +++ b/server/src/protocol.rs @@ -1,12 +1,12 @@ +use crate::recipes::Gamedata; use glam::{IVec2, Vec2}; use serde::{Deserialize, Serialize}; -use crate::recipes::Gamedata; - pub type PlayerID = usize; pub type ItemID = usize; pub type ItemIndex = usize; pub type TileIndex = usize; +pub type RecipeIndex = usize; #[derive(Debug, Clone, Serialize, Deserialize)] #[serde(rename_all = "snake_case")] -- cgit v1.2.3-70-g09d2