diff --git a/src/game/map.rs b/src/game/map.rs index e7a0acbb..167b0870 100644 --- a/src/game/map.rs +++ b/src/game/map.rs @@ -95,6 +95,7 @@ extern "C" { pub fn timestamp(this: &JsRoomStatusResult) -> Option; } +#[derive(Clone, Debug)] pub struct RoomStatusResult { status: RoomStatus, timestamp: Option,