rojo-rbx / rbx-dom

Roblox DOM and (de)serialization implementation in Rust
MIT License
105 stars 42 forks source link

Add `InstanceBuilder::with_referent` constructing method #400

Closed DervexDev closed 4 months ago

DervexDev commented 4 months ago

This PR adds with_referent method for InstanceBuilder that allows to specify instance Ref manually. I also updated .gitignore for macOS users.