NLDClient-yudde/ProjectNLD/Assets/ThirdParty/AntiCheatToolkit/Editor/Scripts/AssemblyInfo.cs

10 lines
374 B
C#

#region copyright
// ------------------------------------------------------
// Copyright (C) Dmitriy Yukhanov [https://codestage.net]
// ------------------------------------------------------
#endregion
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("CodeStage.ACTk.Service")]
[assembly: InternalsVisibleTo("CodeStage.ACTk.Tests.Editor")]