mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-10 20:02:31 +00:00
9 lines
177 B
C#
9 lines
177 B
C#
// ReSharper disable CheckNamespace
|
|
// TODO: remove after moving to .NET 5
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
internal static class IsExternalInit
|
|
{
|
|
}
|
|
} |