Files
rojo/src/snapshot_middleware/context.rs
2019-08-27 16:56:52 -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;