// MIT License - Copyright (c) 2025 wallstop // Full license text: https://github.com/wallstop/unity-helpers/blob/main/LICENSE using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("WallstopStudios.UnityHelpers.Editor")] [assembly: InternalsVisibleTo("WallstopStudios.UnityHelpers.Tests.Core")] [assembly: InternalsVisibleTo("WallstopStudios.UnityHelpers.Tests.Editor")] [assembly: InternalsVisibleTo("WallstopStudios.UnityHelpers.Tests.Editor.VContainer")] [assembly: InternalsVisibleTo("WallstopStudios.UnityHelpers.Tests.Runtime")] [assembly: InternalsVisibleTo("WallstopStudios.UnityHelpers.Tests.Runtime.VContainer")]