diff --git a/RobloxFileFormat.dll b/RobloxFileFormat.dll index a3033d8..3085fb1 100644 Binary files a/RobloxFileFormat.dll and b/RobloxFileFormat.dll differ diff --git a/Utility/DefaultProperty.cs b/Utility/DefaultProperty.cs index 942e124..5c56b37 100644 --- a/Utility/DefaultProperty.cs +++ b/Utility/DefaultProperty.cs @@ -5,7 +5,7 @@ using System.Reflection; namespace RobloxFiles.Utility { - static class DefaultProperty + public static class DefaultProperty { private static readonly Dictionary ClassMap; private static readonly HashSet Refreshed = new HashSet();