Files
SVSimServer/SVSim.BattleNode/AssemblyMarker.cs

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;