Skip to content

Commit

Permalink
Add Tags to declare_rbx_types invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler committed Jul 17, 2021
1 parent e766bb9 commit cdd841d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rbx_xml/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ use std::io::{Read, Write};

use rbx_dom_weak::types::{
Axes, BinaryString, CFrame, Color3, Color3uint8, ColorSequence, Content, Enum, Faces,
NumberRange, NumberSequence, PhysicalProperties, Ray, Rect, Ref, UDim, UDim2, Variant, Vector2,
Vector2int16, Vector3, Vector3int16,
NumberRange, NumberSequence, PhysicalProperties, Ray, Rect, Ref, Tags, UDim, UDim2, Variant,
Vector2, Vector2int16, Vector3, Vector3int16,
};

use crate::{
Expand Down Expand Up @@ -143,4 +143,5 @@ declare_rbx_types! {
Vector2int16: Vector2int16,
Vector3: Vector3,
Vector3int16: Vector3int16,
Tags: Tags,
}

0 comments on commit cdd841d

Please sign in to comment.