mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 23:26:19 +00:00
Add useless comment
This commit is contained in:
@@ -26,6 +26,7 @@ pub struct RbxInstance {
|
|||||||
/// All of the children of this instance. Order is relevant to preserve!
|
/// All of the children of this instance. Order is relevant to preserve!
|
||||||
pub children: Vec<Id>,
|
pub children: Vec<Id>,
|
||||||
|
|
||||||
|
/// The parent of the instance, if there is one.
|
||||||
pub parent: Option<Id>,
|
pub parent: Option<Id>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user