10 lines
138 B
C#
Raw Permalink Normal View History

2025-07-25 15:29:14 +05:00
using System.Runtime.CompilerServices;
using System;
[assembly: InternalsVisibleTo("MeshBakerTests")]
public class AssemblyInfo
{
}