10 lines
138 B
C#
10 lines
138 B
C#
|
using System.Runtime.CompilerServices;
|
|||
|
using System;
|
|||
|
|
|||
|
[assembly: InternalsVisibleTo("MeshBakerTests")]
|
|||
|
|
|||
|
public class AssemblyInfo
|
|||
|
{
|
|||
|
|
|||
|
}
|