Can't write ProtectedString.

This change cannot be kept for now.
This commit is contained in:
Max 2023-11-29 17:18:39 -06:00
parent 62b3a03eee
commit da2138cae0

View File

@ -95,7 +95,7 @@ namespace RobloxFiles
{ typeof(NumberSequence), PropertyType.NumberSequence },
{ typeof(Optional<CFrame>), PropertyType.OptionalCFrame },
{ typeof(ProtectedString), PropertyType.ProtectedString },
{ typeof(ProtectedString), PropertyType.String },
{ typeof(PhysicalProperties), PropertyType.PhysicalProperties },
{ typeof(ulong), PropertyType.SecurityCapabilities },
};