mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-13 13:45:59 +00:00
4 lines
148 B
C#
4 lines
148 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
// Anything marked as internal can be used by the test methods
|
|
[assembly: InternalsVisibleTo("MPF.Test")] |