From 2f499f85c403bb6c1d8557ee5379e3f3ad5585e4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 27 Feb 2021 15:32:32 +0000 Subject: [PATCH] hidden: Make fields public that should have been Signed-off-by: Ian Jackson --- src/hidden.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hidden.rs b/src/hidden.rs index 2d4a3d5e..891c3b22 100644 --- a/src/hidden.rs +++ b/src/hidden.rs @@ -440,9 +440,9 @@ pub struct UniformOccultationView( ); #[derive(Debug,Copy,Clone)] pub struct OwnerOccultationView { - defview: OccultationKind, - owner: PlayerId, - owner_view: OccultationKind, + pub defview: OccultationKind, + pub owner: PlayerId, + pub owner_view: OccultationKind, } pub trait OccultationViewDef { -- 2.30.2