Hide ExplorationConfig
.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f255239517
commit
39cfe6f9d9
|
@ -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> {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user