9 lines
445 B
C#
9 lines
445 B
C#
// Copyright (c) Xenko contributors (https://xenko.com) and Silicon Studio Corp. (https://www.siliconstudio.co.jp)
|
|
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
#pragma warning disable 436 // Xenko.PublicKeys is defined in multiple assemblies
|
|
|
|
[assembly: InternalsVisibleTo("math.Serializers" + Xenko.PublicKeys.Default)]
|