diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-17 00:04:34 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-17 00:04:34 +0200 |
commit | dd4b88a86a99f028bdfe66fef3c66170629f3cdc (patch) | |
tree | 6e9acd5148b18220cfe7de83b80cf47b1aef3449 /server/src/game.rs | |
parent | c10d66de1bd2ef04e4010223dcd82443a5d558f0 (diff) | |
download | hurrycurry-dd4b88a86a99f028bdfe66fef3c66170629f3cdc.tar hurrycurry-dd4b88a86a99f028bdfe66fef3c66170629f3cdc.tar.bz2 hurrycurry-dd4b88a86a99f028bdfe66fef3c66170629f3cdc.tar.zst |
establish ws
Diffstat (limited to 'server/src/game.rs')
-rw-r--r-- | server/src/game.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/src/game.rs b/server/src/game.rs index 0d1e8c3b..458a796b 100644 --- a/server/src/game.rs +++ b/server/src/game.rs @@ -3,8 +3,6 @@ use anyhow::{anyhow, Result}; use glam::UVec2; use std::collections::{HashMap, VecDeque}; -struct ItemData {} - struct TileData { items: Vec<ID>, active: bool, |