mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 13:15:50 +00:00
Tweak logic in RbxSession to distinguish create and update
This commit is contained in:
@@ -27,6 +27,9 @@ pub enum Message {
|
||||
InstancesRemoved {
|
||||
ids: Vec<RbxId>,
|
||||
},
|
||||
InstancesUpdated {
|
||||
ids: Vec<RbxId>,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
|
||||
Reference in New Issue
Block a user