Files
rojo/server/src/snapshot_middleware/context.rs
Lucien Greathouse 7fb9aa2115 rustfmt the codebase
2019-08-27 15:10:34 -07:00

8 lines
210 B
Rust

pub struct InstanceSnapshotContext {
/// Empty struct that will be used later to fill out required Lua state for
/// user plugins.
pub plugin_context: Option<()>,
}
pub struct ImfsSnapshotContext;