5 lines
171 B
C#
5 lines
171 B
C#
namespace SVSim.BattleNode;
|
|
|
|
/// <summary>Marker class so dotnet build emits the assembly. Remove once real content lands.</summary>
|
|
internal static class AssemblyMarker;
|