mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-21 14:50:54 -08:00
4 lines
91 B
C#
4 lines
91 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly:InternalsVisibleTo("Games.Common.Test")]
|