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

#[derive(Debug)]
pub struct SubscribeRoom {
  pub room_number: i8,
  pub x:           f32,
  pub y:           f32,
  pub z:           f32,
  pub distance:    f32,
}