Fixed XML encoding, add equality comparisons to Optional<T>
This commit is contained in:
@ -644,6 +644,14 @@ namespace RobloxFiles
|
||||
xmlToken = "CoordinateFrame";
|
||||
break;
|
||||
}
|
||||
case "Optional`1":
|
||||
{
|
||||
// TODO: If more optional types are added,
|
||||
// this needs disambiguation.
|
||||
|
||||
xmlToken = "OptionalCoordinateFrame";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (!props.ContainsKey(fieldName))
|
||||
|
Reference in New Issue
Block a user