Roblox-File-Format/BinaryFormat/Chunks
CloneTrooper1019 1314be22bb Patched fatal flaw with property setter.
Turns out the property setter was failing to cover inheritance, so referent properties were being corrupted in the process. This should now be fixed.

I've also deprecated IsA<T>() in favor of using C#'s own `is` operator and stopped locking the parent of service classes to avoid saving issues.
2020-08-21 10:31:12 -05:00
..
INST.cs Brought spec up to date, improvements to stability 2020-07-12 20:19:30 -05:00
META.cs Brought spec up to date, improvements to stability 2020-07-12 20:19:30 -05:00
PRNT.cs Patched fatal flaw with property setter. 2020-08-21 10:31:12 -05:00
PROP.cs Patched fatal flaw with property setter. 2020-08-21 10:31:12 -05:00
SIGN.cs Brought spec up to date, improvements to stability 2020-07-12 20:19:30 -05:00
SSTR.cs General Misc Patches 2020-08-17 20:12:24 -05:00