Hide ExplorationConfig.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nolan Darilek 2022-12-20 10:55:19 -06:00
parent f255239517
commit 39cfe6f9d9

View File

@ -372,8 +372,8 @@ fn cleanup(
} }
#[derive(Resource, Clone, Debug)] #[derive(Resource, Clone, Debug)]
pub struct ExplorationConfig<State> { struct ExplorationConfig<State> {
pub states: Vec<State>, states: Vec<State>,
} }
impl<State> Default for ExplorationConfig<State> { impl<State> Default for ExplorationConfig<State> {