We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873154c commit 6b014bfCopy full SHA for 6b014bf
crates/bevy_mod_scripting_core/src/pipeline/machines.rs
@@ -339,13 +339,6 @@ pub trait MachineState<P>: Send + Sync + 'static + Any {
339
}
340
341
342
-/// State machine marker type
343
-#[derive(Clone, Copy, Debug)]
344
-pub struct Loading;
345
346
347
-pub struct Unloading;
348
-
349
/// A script loading state machine state, describes a script which has completed loading and has its context present within [`ScriptContext`]
350
#[derive(Clone, Copy)]
351
pub struct LoadingCompleted;
0 commit comments