diff --git a/MuzikaGromche/ExternalInit.cs b/MuzikaGromche/ExternalInit.cs new file mode 100644 index 0000000..f9f0b9c --- /dev/null +++ b/MuzikaGromche/ExternalInit.cs @@ -0,0 +1,6 @@ +// ReSharper disable once CheckNamespace +#pragma warning disable IDE0130 // Namespace does not match folder structure +namespace System.Runtime.CompilerServices +{ + internal static class IsExternalInit; +}