mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 21:25:16 +00:00
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;
|