Expose more project stuff via the API

This commit is contained in:
Lucien Greathouse
2018-11-17 01:14:07 -08:00
parent 38e0f82812
commit 729ab25581
4 changed files with 73 additions and 33 deletions

View File

@@ -24,7 +24,7 @@ use crate::{
const WATCH_TIMEOUT_MS: u64 = 100;
pub struct Session {
project: Arc<Project>,
pub project: Arc<Project>,
pub session_id: SessionId,
pub message_queue: Arc<MessageQueue>,
pub rbx_session: Arc<Mutex<RbxSession>>,