aboutsummaryrefslogtreecommitdiff
path: root/src/server_dev/structures.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 13:29:26 -0700
committerFuwn <[email protected]>2021-04-26 13:29:26 -0700
commitf91ba540a09c2c03beaa21a36f902484770464b6 (patch)
tree0c53e6289bea0a2882958c7c454e73248ad54334 /src/server_dev/structures.rs
parentMerge branch 'develop' of https://github.com/Whirlsplash/whirl into develop (diff)
downloadwhirl-f91ba540a09c2c03beaa21a36f902484770464b6.tar.xz
whirl-f91ba540a09c2c03beaa21a36f902484770464b6.zip
fix: Actually remove legacy server module
Diffstat (limited to 'src/server_dev/structures.rs')
-rw-r--r--src/server_dev/structures.rs15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/server_dev/structures.rs b/src/server_dev/structures.rs
deleted file mode 100644
index 25fcf00..0000000
--- a/src/server_dev/structures.rs
+++ /dev/null
@@ -1,15 +0,0 @@
-// Unused struct, purely for reference.
-// struct RoomSubscribeInfo {
-// pub x: f64,
-// pub y: f64,
-// pub z: f64,
-// pub d: f64,
-// }
-
-pub struct Room {
- distance: i16,
- x: i16,
- y: i16,
- z: i16,
- room_number: i16,
-}