From 082912a6945fb010d00d9fa02ceac32b717d7a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 1 Jan 2022 10:54:31 +0100 Subject: [PATCH] fix: add IsExternalInit to LocalClient --- Local/NosSmooth.LocalClient/IsExternalInit.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Local/NosSmooth.LocalClient/IsExternalInit.cs diff --git a/Local/NosSmooth.LocalClient/IsExternalInit.cs b/Local/NosSmooth.LocalClient/IsExternalInit.cs new file mode 100644 index 0000000..7c63200 --- /dev/null +++ b/Local/NosSmooth.LocalClient/IsExternalInit.cs @@ -0,0 +1,15 @@ +// +// IsExternalInit.cs +// +// Copyright (c) František Boháček. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +namespace System.Runtime.CompilerServices +{ + /// + /// Dummy. + /// + public class IsExternalInit + { + } +} \ No newline at end of file -- 2.48.1