mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
5 lines
134 B
C#
5 lines
134 B
C#
namespace Cosmos.Core.DebugStub {
|
|
public static class ReferenceHelper {
|
|
// dummy class to allow referencing this assembly
|
|
}
|
|
}
|