Roblox-File-Format/Tree
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
..
Attributes.cs Optimizations and memory leak fixes 2020-08-17 00:33:59 -05:00
Instance.cs Patched fatal flaw with property setter. 2020-08-21 10:31:12 -05:00
Property.cs Patched fatal flaw with property setter. 2020-08-21 10:31:12 -05:00