7 lines
216 B
C#
7 lines
216 B
C#
// SPDX-FileCopyrightText: 2024 Unity Technologies and the Draco for Unity authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Draco.Editor.Tests")]
|