forked from rojo-rbx/rojo
8 lines
210 B
Rust
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;
|