mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Major Subsystem Rewrite (Reconciler Mk5) (#217)
This commit is contained in:
committed by
GitHub
parent
8e8291a0bd
commit
fea303ac8b
7
server/src/snapshot_middleware/context.rs
Normal file
7
server/src/snapshot_middleware/context.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user