diff --git a/RobloxLegacy/Utilities/Registry.cs b/RobloxLegacy/Utilities/Registry.cs index bea22f3..f9ac3cf 100644 --- a/RobloxLegacy/Utilities/Registry.cs +++ b/RobloxLegacy/Utilities/Registry.cs @@ -2,7 +2,7 @@ namespace RobloxLegacy.Utilities; -public class Registry +public static class Registry { private static RegistryKey? OpenKey(bool writable = true) { diff --git a/RobloxLegacy/Utilities/Shortcut.cs b/RobloxLegacy/Utilities/Shortcut.cs index b36bbbb..1e46f3a 100644 --- a/RobloxLegacy/Utilities/Shortcut.cs +++ b/RobloxLegacy/Utilities/Shortcut.cs @@ -7,7 +7,6 @@ namespace RobloxLegacy.Utilities; // https://stackoverflow.com/a/14632782 public static class Shortcut { - [ComImport] [Guid("00021401-0000-0000-C000-000000000046")] private class ShellLink