This commit is contained in:
zznty
2022-07-21 21:57:27 +07:00
commit bc4546410e
75 changed files with 2709 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("TorchRemote.Plugin")]
// ReSharper disable once CheckNamespace
namespace System.Runtime.CompilerServices;
internal class IsExternalInit { }