rojo-rbx / rbx-dom

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

Correct Type ID of ColorSequence in the Attributes documentation #404

Closed 1enrique3 closed 3 months ago

1enrique3 commented 3 months ago

In the documentation the type ID of ColorSequence is set to 0x17 instead of 0x19, which is already taken by the NumberSequence type.

https://github.com/rojo-rbx/rbx-dom/blob/c8ec8a9ac79c957c1628f93888fc6c5b0af119c5/rbx_types/src/attributes/type_id.rs#L48

Dekkonot commented 3 months ago

Thank you!