rojo-rbx / rbx-dom

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

Migrate part BrickColor properties to BasePart.Color #328

Closed kennethloeffler closed 11 months ago

kennethloeffler commented 11 months ago

Closes #319.

Note that this makes BasePart.BrickColor and BasePart.brickColor canonical, serializable properties! With this PR, they only turn into BasePart.Color on deserialization, but may be serialized as-is.