Make DefaultProperty class public.
This commit is contained in:
parent
2b194c3607
commit
32399a692c
Binary file not shown.
@ -5,7 +5,7 @@ using System.Reflection;
|
||||
|
||||
namespace RobloxFiles.Utility
|
||||
{
|
||||
static class DefaultProperty
|
||||
public static class DefaultProperty
|
||||
{
|
||||
private static readonly Dictionary<string, Instance> ClassMap;
|
||||
private static readonly HashSet<Instance> Refreshed = new HashSet<Instance>();
|
||||
|
Loading…
Reference in New Issue
Block a user