mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Expose imfs from ServeSession
This commit is contained in:
@@ -35,6 +35,10 @@ impl<F: ImfsFetcher> ServeSession<F> {
|
||||
&self.tree
|
||||
}
|
||||
|
||||
pub fn imfs(&self) -> &Imfs<F> {
|
||||
&self.imfs
|
||||
}
|
||||
|
||||
pub fn message_queue(&self) -> &MessageQueue<()> {
|
||||
&self.message_queue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user