0.447.1.411123
This commit is contained in:
@ -512,6 +512,11 @@ namespace RobloxFiles
|
||||
if (field.GetCustomAttribute<ObsoleteAttribute>() != null)
|
||||
continue;
|
||||
|
||||
if (fieldName == "Archivable" || fieldName.EndsWith("k__BackingField"))
|
||||
continue;
|
||||
else if (fieldName == "Bevel_Roundness")
|
||||
fieldName = "Bevel Roundness";
|
||||
|
||||
PropertyType propType = PropertyType.Unknown;
|
||||
|
||||
if (Property.Types.ContainsKey(fieldType))
|
||||
|
Reference in New Issue
Block a user