aboutsummaryrefslogtreecommitdiff
path: root/src/server/cmd/commands/subscribe_distance/structure.rs
blob: 0c12e47c1ba2b4c0334a9f503899e38806d89cf7 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only

#[derive(Debug)]
pub struct SubscribeDistance {
  pub distance:    i16,
  pub room_number: i16,
}