Files
2025-11-30 08:35:03 +02:00

8 lines
250 B
C#

// SPDX-FileCopyrightText: 2024 Unity Technologies and the KTX for Unity authors
// SPDX-License-Identifier: Apache-2.0
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Ktx.Editor")]
[assembly: InternalsVisibleTo("Ktx.Tests")]