mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
7 lines
140 B
C#
7 lines
140 B
C#
namespace Cosmos.Debug.DebugStub
|
|
{
|
|
public static class ReferenceHelper
|
|
{
|
|
// dummy class to allow referencing this assembly
|
|
}
|
|
}
|