mirror of
https://github.com/lune-org/lune.git
synced 2025-04-19 19:34:02 +01:00
Add variant name for ContentId
This commit is contained in:
parent
a0710d9b3f
commit
dfef0c15fa
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ impl DomValueExt for DomType {
|
||||||
Color3uint8 => "Color3uint8",
|
Color3uint8 => "Color3uint8",
|
||||||
ColorSequence => "ColorSequence",
|
ColorSequence => "ColorSequence",
|
||||||
Content => "Content",
|
Content => "Content",
|
||||||
|
ContentId => "ContentId",
|
||||||
Enum => "Enum",
|
Enum => "Enum",
|
||||||
Faces => "Faces",
|
Faces => "Faces",
|
||||||
Float32 => "Float32",
|
Float32 => "Float32",
|
||||||
|
|
Loading…
Add table
Reference in a new issue